grc: more aliases based on recent features.
Just adding to grc.bashrc to support other commands (ps, mtr, df, mount and dig). Closes Homebrew/homebrew#37750. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8cd67e36ad
commit
f66bb9142c
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ class Grc < Formula
|
|||
alias traceroute='colourify /usr/sbin/traceroute'
|
||||
alias head='colourify head'
|
||||
alias tail='colourify tail'
|
||||
alias dig='colourify dig'
|
||||
alias mount='colourify mount'
|
||||
alias ps='colourify ps'
|
||||
alias mtr='colourify mtr'
|
||||
alias df='colourify df'
|
||||
fi
|
||||
EOS
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue