2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-26 17:51:28 +02:00

Fixed getsebool typo

fixed typo on getsebool which was aliased to setsebool
alias getsebool='colourify setsebool'
This commit is contained in:
codydiehl 2017-09-24 20:42:42 -04:00 committed by GitHub
parent ffd3b12a40
commit aa33a0dd6a

View File

@ -36,7 +36,7 @@ if [ "$TERM" != dumb ] && [ -n "$GRC" ]; then
alias ps='colourify ps'
alias mtr='colourify mtr'
alias semanage='colourify semanage'
alias getsebool='colourify setsebool'
alias getsebool='colourify getsebool'
alias ifconfig='colourify ifconfig'
fi