dotfiles/dot_bash_profile

10 lines
127 B
Plaintext
Raw Normal View History

2022-02-19 10:14:12 +00:00
#
# ~/.bash_profile
#
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
exec sway
fi
[[ -f ~/.bashrc ]] && . ~/.bashrc