dotfiles/.zshrc.pre

5 lines
94 B
Plaintext
Raw Permalink Normal View History

2021-11-11 23:55:42 +01:00
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
source $HOME/.profile
exec sway
fi