dotfiles/zsh/.zlogin

6 lines
82 B
Bash
Executable File

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