mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
Compare commits
No commits in common. "bc3744f711795c12bb0a0d2cb8dba2ae3e5c5e3f" and "41109193bf78d67ca87d7164bcfff42655b01339" have entirely different histories.
bc3744f711
...
41109193bf
2 changed files with 1 additions and 4 deletions
|
@ -7,8 +7,6 @@ mkcdir () {
|
|||
# ls -la
|
||||
alias l="ls -lh"
|
||||
alias ll="ls -lah"
|
||||
alias lll="ls -lah | less"
|
||||
|
||||
# cd +
|
||||
cdl () {
|
||||
cd -P -- "$1" &&
|
||||
|
|
|
@ -9,6 +9,5 @@
|
|||
"workbench.editor.closeEmptyGroups": false,
|
||||
"editor.hover.hidingDelay": 0,
|
||||
"hexeditor.columnWidth": 32,
|
||||
"hexeditor.inspectorType": "sidebar",
|
||||
"window.menuBarVisibility": "classic"
|
||||
"hexeditor.inspectorType": "sidebar"
|
||||
}
|
Loading…
Add table
Reference in a new issue