fix grc sourcing

whole-command-tab-completion
bretello 2020-02-14 16:37:43 +01:00
parent 93df72ef16
commit 6e3a1ac40b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ alias ssh1="ssh -o ControlMaster=no"
# grc: try to source the definitions file in /etc/grc.zsh (print a warning if it does not exist)
if [[ -f /etc/grc.zsh ]]; then
if [[ ! -f /etc/grc.zsh ]]; then
echo "Could not find /etc/grc.zsh, command colorization will not work. Check your grc configuration" 1>&2
else
source /etc/grc.zsh