diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-08-11 12:05:25 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-08-11 12:05:25 +0100 |
commit | 4e7b4215cf4bd53cc433c83ab8eb84230ca34ae7 (patch) | |
tree | 9d754442ba2330f87b72f0a44d7b558293ca0594 /zsh/.zshrc | |
parent | 7b62c8e5fdbaadd4d377a3edf52870fc22909c28 (diff) |
Fix bug with startx in ssh
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ ## startx automatically {{{ -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx +[[ -z $DISPLAY && -z $SSH_CONNECTION && $XDG_VTNR -eq 1 ]] && exec startx # }}} ## Bindings {{{ bindkey -v |