diff --git a/alias b/alias index 21cd0a6..139a1b1 100644 --- a/alias +++ b/alias @@ -1,4 +1,4 @@ -if [ $BSD_MODE ] +if [ $BSD_MODE = true ] then alias ls='ls -G' alias ll='ls -lGh' diff --git a/zshrc b/zshrc index 23ab0aa..4d7af36 100644 --- a/zshrc +++ b/zshrc @@ -19,7 +19,7 @@ source $HOME/.zsh/exports source $HOME/.zsh/bindkeys source $HOME/.zsh/completion source $HOME/.zsh/setopt -if [ $SYNTAX_HIGHLIGHT ] +if [ $SYNTAX_HIGHLIGHT = true ] then source $HOME/.zsh/zsh-syntax-highlight/zsh-syntax-highlighting.zsh fi