mirror of
https://github.com/garabik/grc.git
synced 2024-11-15 14:48:26 +01:00
Fixed getsebool typo
fixed typo on getsebool which was aliased to setsebool alias getsebool='colourify setsebool'
This commit is contained in:
parent
ffd3b12a40
commit
aa33a0dd6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue