dotfiles/.bash_profile

10 lines
187 B
Bash
Raw Normal View History

2022-09-12 15:58:28 +00:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -f ~/.profile ]] && . ~/.profile
# If running from tty1 start sway
[ "$(tty)" = "/dev/tty1" ] && exec ~/.config/sway/start.sh