Bug with if.
This commit is contained in:
parent
4eac458afd
commit
6616469735
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user