Compare commits

...

2 commits

2 changed files with 4 additions and 1 deletions

View file

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

View file

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