index — dotfiles @ e062143ad2b54e143a07fd94e9075ac4d2a764e0

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