dotfiles/.zshrc.pre

5 lines
94 B
Plaintext

if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
source $HOME/.profile
exec sway
fi