Archived
1
0
Fork 0

zshrc: Add ip alias with color output enabled

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-02-04 17:03:04 +01:00
parent 5c160d7843
commit 2e6ea76e82
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

1
zshrc
View file

@ -123,6 +123,7 @@ alias lpsql='psql -U postgres -h localhost'
# Misc
alias diff='diff -u -p -r -N --color=auto'
alias ip='ip --color'
alias journalctl-clean='journalctl --vacuum-time=7d'
alias nocorrect=''
alias open=xdg-open