diff options
author | Mateja <mail@matejamaric.com> | 2021-02-08 12:00:27 +0100 |
---|---|---|
committer | Mateja Marić <mail@matejamaric.com> | 2021-02-08 12:13:39 +0100 |
commit | 7510d92ad45ff503fe64719209dad9568b2e57eb (patch) | |
tree | fe18d3415036fc99360a1f9194fa60cfa22e1f3a /.bash_profile | |
parent | d5d43b4acf7f785db390003a7896bf7c8e6ad900 (diff) | |
download | dotfiles-7510d92ad45ff503fe64719209dad9568b2e57eb.tar.gz dotfiles-7510d92ad45ff503fe64719209dad9568b2e57eb.zip |
Add kaychain, remove systemd startx condition, update and comment autostart.sh
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.bash_profile b/.bash_profile index acb50cc..6c5ab5b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,9 +1,7 @@ -# -# ~/.bash_profile -# - [[ -f ~/.bashrc ]] && . ~/.bashrc -if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then +eval $(keychain --clear --eval --agents gpg,ssh --quiet) + +if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then startx fi |