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