Added alias for ip

* Use brief reporting with colors
This commit is contained in:
2Shirt 2020-04-06 19:46:36 -06:00
parent 24dbdf29fd
commit 818e321682
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -11,6 +11,7 @@ alias du='du -sch --apparent-size'
alias fix-perms='find -type d -exec chmod 755 "{}" \; && find -type f -exec chmod 644 "{}" \;'
alias hexedit='hexedit --color'
alias hw-info='sudo hw-info | less -S'
alias ip='ip -br -color'
alias less='less -S'
alias ls='ls --color=auto'
alias mkdir='mkdir -p'