update grc.bash to add sockstat alias

This commit is contained in:
Andrei Buzoianu 2020-10-13 17:08:49 +03:00 committed by GitHub
parent 499fdbff0e
commit 3f3fc2932e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -42,5 +42,6 @@ if [ "$TERM" != dumb ] && [ -n "$GRC" ]; then
alias semanage='colourify semanage'
alias getsebool='colourify getsebool'
alias ifconfig='colourify ifconfig'
alias sockstat='colourify sockstat'
fi