dotfiles/.bash_profile

12 lines
144 B
Bash
Raw Normal View History

2020-06-25 05:48:14 +08:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
2022-02-27 20:34:46 +08:00
#exec sway
2020-06-25 05:48:14 +08:00
exec startx
fi