index — dotfiles @ b1a43aa024b3bd6c6f57326d7752144c9775a502

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