tb-dotfiles/chezmoi/dot_zprofile

6 lines
96 B
Plaintext
Raw Normal View History

2022-04-22 10:06:53 -04:00
source "${HOME}/.zshrc.d/cbi.sh" 2>/dev/null
if [ "$TTY" = '/dev/tty1' ]; then
startx
exit
fi