index — dotfiles @ f4601e1dfc54cc2a2b25b42e185dd8ed9f13be19

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 sway
fi