diff --git a/.zshrc b/.zshrc index 6f75d02..40ee7c9 100644 --- a/.zshrc +++ b/.zshrc @@ -27,7 +27,7 @@ else fi # Aliases -if [[ "$(uname -s | tr '[:upper:]' '[:lower:]')" == 'linux' ]]; then +if [ "$(uname -s | tr '[:upper:]' '[:lower:]')" = 'linux' ]; then alias ls='ls --color=auto' fi alias ll='ls -lih'