index — dotfiles @ 72902d98f8ad965011d02c57db881a322008fd99

my dotfiles

bash/.bash_profile (view raw)

 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