1
0
Fork 0

more radical config tweaks

This commit is contained in:
Von Random 2021-07-14 23:18:26 +03:00
parent 6e5f86f45a
commit 28239e58e4
4 changed files with 125 additions and 46 deletions

5
zshrc
View file

@ -190,11 +190,6 @@ if [[ -x $(whence -p paru) ]]; then
pacman() { command paru $@ }
yay() { pacman $@ }
fi
# because old servers don't have new termcap dbs :<
if [[ -x $(whence -p termcompat) ]]; then
ssh() { command termcompat ssh $@ }
fi
# }}}
# {{{ plugins
# grc