Bug with if.

This commit is contained in:
Bartek Stalewski 2023-05-22 09:14:21 +02:00
parent 4eac458afd
commit 6616469735

View File

@ -17,7 +17,7 @@ setopt HIST_REDUCE_BLANKS
setopt SHARE_HISTORY setopt SHARE_HISTORY
setopt INC_APPEND_HISTORY setopt INC_APPEND_HISTORY
if [[ -z $DISPLAY ]]; then if [[ -n $DISPLAY ]]; then
export PATH=~/.local/bin:$PATH export PATH=~/.local/bin:$PATH
fi fi