index — dotfiles @ c6775b8032e2423f5e484505b277a7e0fdc9788a

my dotfiles

.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