Archived
1
0
Fork 0

zshrc: Use sudo alias and remove sudo from an alias

Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
This commit is contained in:
Christoph Heiss 2022-08-12 14:57:29 +02:00
parent 5e24e10ee1
commit 377d62e90a
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

3
zshrc
View file

@ -115,8 +115,9 @@ alias lpsql='psql -U postgres -h localhost'
# Misc
alias diff='diff -u -p -r -N --color=auto'
alias journalctl-clean='sudo journalctl --vacuum-time=7d'
alias journalctl-clean='journalctl --vacuum-time=7d'
alias open=xdg-open
alias sudo='sudo '
alias usystemctl='systemctl --user'
alias valgrind-full-check='valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --num-callers=256'
alias weather='curl wttr.in'