mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-14 03:03:42 +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
|
# 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" &&
|
||||||
|
|
|
@ -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"
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue