dotfiles/zsh/.zlogin

6 lines
82 B
Plaintext
Raw Normal View History

emulate sh -c 'source /etc/profile'
if [ `tty` = /dev/tty1 ]; then
startx
fi