Added alias for ip
* Use brief reporting with colors
This commit is contained in:
parent
24dbdf29fd
commit
818e321682
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue