Bug with if.
This commit is contained in:
parent
4eac458afd
commit
6616469735
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue