# # ~/.bash_profile # [[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.profile ]] && . ~/.profile # If running from tty1 start sway [ "$(tty)" = "/dev/tty1" ] && exec ~/.config/sway/start.sh