diff --git a/.zshrc b/.zshrc index 2c328a5..dde1991 100644 --- a/.zshrc +++ b/.zshrc @@ -105,4 +105,5 @@ source $ZSH/oh-my-zsh.sh if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec startx; fi +DISPLAY=$(ip route | awk '/^default/{print $3; exit}'):0 PATH="$HOME/.dotfiles/scripts:${PATH}"