Add an alias for 'ip' to use colour.
This commit is contained in:
parent
94532a0424
commit
d4b1ffb8bf
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.bashrc
|
|
@ -68,6 +68,7 @@ if [[ "$PLATFORM" = "Linux" ]]; then
|
|||
# Linux specific aliases.
|
||||
hash ftpwho >/dev/null 2>&1 && alias ftpwho='ftpwho -v'
|
||||
hash iftop >/dev/null 2>&1 && alias iftop='TERM=vt100 iftop'
|
||||
hash ip >/dev/null 2>&1 && alias ip='ip -color=auto'
|
||||
hash last less >/dev/null 2>&1 && alias laston='last -a | less'
|
||||
hash ls >/dev/null 2>&1 && alias ls='ls -bFv --color=auto'
|
||||
hash minicom >/dev/null 2>&1 && alias minicom='minicom -m -c on'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue