Compare commits

..

No commits in common. "bc3744f711795c12bb0a0d2cb8dba2ae3e5c5e3f" and "41109193bf78d67ca87d7164bcfff42655b01339" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -7,8 +7,6 @@ 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,6 +9,5 @@
"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"
} }