nvim, vim, wezterm: back to solarized8
This commit is contained in:
parent
466d355a9c
commit
3de4631607
4 changed files with 17 additions and 20 deletions
|
@ -29,9 +29,9 @@ rgrep() { command grep --exclude-dir=\.git -R "$@"; }
|
|||
whence() { command -v "$@"; }
|
||||
|
||||
# ls
|
||||
ls() { command ls --color=auto --group-directories-first "$@"; }
|
||||
ls() { command ls --color=auto "$@"; }
|
||||
ll() { ls -alh "$@"; }
|
||||
ll() { ls -dlh "$@"; }
|
||||
ld() { ls -dlh "$@"; }
|
||||
|
||||
# git
|
||||
gci() { command git commit "$@"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue