zshrc: add alias

This commit is contained in:
Rob Watson 2023-05-30 23:58:44 +02:00
parent eedc2e1d1b
commit 2cb9b2d923
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -100,6 +100,7 @@ alias ls="exa --color=auto"
alias lsoftcpl="sudo lsof -nP -iTCP -sTCP:LISTEN"
alias mc="make check"
alias ng="noglob"
alias open="xdg-open"
alias pg="pgrep -fa"
alias pk="pkill -fc"
alias rez="source $HOME/.zshenv && source $ZDOTDIR/.zshrc"