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

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

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