summaryrefslogtreecommitdiffstatshomepage
path: root/bash/.bash_profile
blob: 526b43f3c5c4f4befff37da65de57e628b8d40db (plain)
1
2
3
4
5
6
. ~/.profile

if [[ $- == *i* ]]; then . ~/.bashrc; fi

# If running from tty1 start sway
[ "$(tty)" = "/dev/tty1" ] && exec sway