summaryrefslogtreecommitdiff
path: root/dotfiles/shell_bash/bash_profile
blob: 4de837bc8a1ff68e47267bd4995bd465610292b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Some variables are loaded via pam (see .config/pam_environment)

[[ -f ~/.bashrc ]] && . ~/.bashrc

{%@@ if "graphical_vt" in features.get(profile, []) @@%}
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
  exec startx $XDG_CONFIG_HOME/xinitrc
fi
{%@@ endif @@%}