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