tb-dotfiles/chezmoi/dot_zprofile

9 lines
179 B
Text
Raw Permalink Normal View History

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