Merge branch 'master' of forge.o9.re:olivier/dotfiles

This commit is contained in:
2019-10-17 16:52:06 +02:00
4 changed files with 10 additions and 6 deletions

5
.zshrc
View File

@@ -159,11 +159,6 @@ if [ ! $SSH_AGENT_PID ]; then
fi;
fi;
# Start X automatically
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
# Launch nvm possibilities (for javascript environment)
case $HOST in
lueur | baloo | sam)