1
0
Fork 0

nvim, vim, wezterm: back to solarized8

This commit is contained in:
Von Random 2023-08-25 18:15:26 +03:00
parent 466d355a9c
commit 3de4631607
4 changed files with 17 additions and 20 deletions

View file

@ -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 "$@"; }