diff --git a/.zshenv b/.zshenv index cf4c0dd..37d15d8 100644 --- a/.zshenv +++ b/.zshenv @@ -102,7 +102,10 @@ elif [ -x /usr/local/bin/less ] then export PAGER="/usr/local/bin/less -i" fi -export XAUTHORITY=$HOME/.Xauthority +if [ -z "$XAUTHORITY" ] +then + export XAUTHORITY=$HOME/.Xauthority +fi case "$HOST" in *.*)