1
0
Fork 0

kitty: fonts, colors, cursor; tmux: some reduction; vim: fix fzf; zshrc: new alias

This commit is contained in:
Von Random 2022-08-09 03:58:52 +03:00
parent 8df0034baf
commit ad8bb1bf6c
4 changed files with 28 additions and 32 deletions

1
zshrc
View file

@ -155,6 +155,7 @@ fixterm() { printf $'c' }
diff() { command diff --color $@ }
tailf() { command less +F $@ }
rgrep() { command grep --exclude-dir=\.git -R $@ }
fwcmd() { command firewall-cmd $@ }
# ls
if [[ -x $(whence -p exa) ]]; then