This website requires JavaScript.
Explore
Help
Sign In
guillaume
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Releases
Wiki
Activity
dotfiles
/
zsh
/
.zlogin
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added ZSH configuration (zshrc, zprofile)
2012-10-13 00:50:27 +02:00
emulate sh -c 'source /etc/profile'
zsh: improve conditions in .zlogin
2019-04-08 19:36:19 +02:00
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
Added ZSH configuration (zshrc, zprofile)
2012-10-13 00:50:27 +02:00
fi
Reference in New Issue
Copy Permalink