diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index b1032841c..b4e4c62b5 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -232,3 +232,5 @@ fi # set completion colors to be the same as `ls`, after theme has been loaded [[ -z "$LS_COLORS" ]] || zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" + +# Local fallback improvement: appended a small comment.