summaryrefslogtreecommitdiffstats
path: root/bash/.bash_profile
blob: 99fd48bea01f040b8f3d53448e2ca80157192913 (plain) (blame)
1
2
3
4
5
6
7
8
9
#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . ~/.bashrc

if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
	exec sway
fi