From 66164697354b31d3b57ded3eb9d38becf682a758 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 22 May 2023 09:14:21 +0200 Subject: [PATCH] Bug with if. --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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