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
alias l="ls -lh"
alias ll="ls -lah"
alias lll="ls -lah | less"
# cd +
cdl () {
cd -P -- "$1" &&

View file

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