zshrc: get rid of pacman aliases
This commit is contained in:
parent
3454a9212e
commit
fd6f24fda1
1 changed files with 0 additions and 6 deletions
6
zshrc
6
zshrc
|
@ -182,12 +182,6 @@ sush() { command sudo -Es }
|
||||||
|
|
||||||
# vim
|
# vim
|
||||||
vi() { command vim $@ }
|
vi() { command vim $@ }
|
||||||
|
|
||||||
# package management
|
|
||||||
if [[ -x $(whence -p paru) ]]; then
|
|
||||||
pacman() { command paru $@ }
|
|
||||||
yay() { pacman $@ }
|
|
||||||
fi
|
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ plugins
|
# {{{ plugins
|
||||||
# grc
|
# grc
|
||||||
|
|
Loading…
Reference in a new issue