diff --git a/zsh/.zshrc b/zsh/.zshrc index 00e7c91..454ac41 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -17,7 +17,7 @@ setopt HIST_REDUCE_BLANKS setopt SHARE_HISTORY setopt INC_APPEND_HISTORY -if [[ -z $DISPLAY ]]; then +if [[ -n $DISPLAY ]]; then export PATH=~/.local/bin:$PATH fi