tb-dotfiles/chezmoi/dot_zprofile
2022-04-22 10:06:53 -04:00

6 lines
96 B
Plaintext

source "${HOME}/.zshrc.d/cbi.sh" 2>/dev/null
if [ "$TTY" = '/dev/tty1' ]; then
startx
exit
fi