mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
fix grc sourcing
This commit is contained in:
parent
93df72ef16
commit
6e3a1ac40b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user