aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
blob: 6c5ab5be964433d6fa7c741ee6d19415484116c1 (plain) (blame)
1
2
3
4
5
6
7
[[ -f ~/.bashrc ]] && . ~/.bashrc

eval $(keychain --clear --eval --agents gpg,ssh --quiet)

if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
	  startx
fi