diff options
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc index e31028d6..63c69a1d 100644 --- a/.zshrc +++ b/.zshrc @@ -24,7 +24,7 @@ type nvim > /dev/null \ export GPG_TTY=$TTY export CLICOLOR=1 -[ "$OSTYPE" = 'linux-gnu' ] \ +[[ "$OSTYPE" =~ 'linux-gnu' ]] \ && alias ls='ls --color=auto' grep='grep --color' rm='rm -I' alias gs='git status --short --branch' gd='git diff' |