summary refs log tree commit diff stats
path: root/bash/.bash_profile
blob: 3a41e9e1a238e4ec020b4a2163ba2f0a5ed5517e (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 dbus-run-session sway
fi