Compare commits

...

2 commits

2 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,8 @@ mkcdir () {
# ls -la # ls -la
alias l="ls -lh" alias l="ls -lh"
alias ll="ls -lah" alias ll="ls -lah"
alias lll="ls -lah | less"
# cd + # cd +
cdl () { cdl () {
cd -P -- "$1" && cd -P -- "$1" &&

View file

@ -9,5 +9,6 @@
"workbench.editor.closeEmptyGroups": false, "workbench.editor.closeEmptyGroups": false,
"editor.hover.hidingDelay": 0, "editor.hover.hidingDelay": 0,
"hexeditor.columnWidth": 32, "hexeditor.columnWidth": 32,
"hexeditor.inspectorType": "sidebar" "hexeditor.inspectorType": "sidebar",
"window.menuBarVisibility": "classic"
} }