diff options
-rw-r--r-- | etc/hosts/profile-nemesis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/hosts/profile-nemesis b/etc/hosts/profile-nemesis index 2b06433..e03c32a 100644 --- a/etc/hosts/profile-nemesis +++ b/etc/hosts/profile-nemesis @@ -1,5 +1,5 @@ ## vim:ft=zsh -if [[ ! -e /tmp/.afterboot ]] { +if [[ -z $SSH_CONNECTION && ! -e /tmp/.afterboot ]] { touch /tmp/.afterboot unsetopt bg_nice startx &! exit |