kitty: fonts, colors, cursor; tmux: some reduction; vim: fix fzf; zshrc: new alias
This commit is contained in:
parent
8df0034baf
commit
ad8bb1bf6c
4 changed files with 28 additions and 32 deletions
1
zshrc
1
zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue