mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
Compare commits
2 commits
41109193bf
...
bc3744f711
Author | SHA1 | Date | |
---|---|---|---|
bc3744f711 | |||
2a31610d48 |
2 changed files with 4 additions and 1 deletions
|
@ -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" &&
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue