diff options
author | Mateja <mail@matejamaric.com> | 2021-04-13 22:44:51 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-13 22:44:51 +0200 |
commit | 1cf4687b75a1a9b966261c1b94e3ab33bd7da2ea (patch) | |
tree | 794bcc0e844301f45c5ee981dbc84193920f076d /.bash_profile | |
parent | 9578afa56233259e522803a22a5ffd6805604d3d (diff) | |
download | dotfiles-1cf4687b75a1a9b966261c1b94e3ab33bd7da2ea.tar.gz dotfiles-1cf4687b75a1a9b966261c1b94e3ab33bd7da2ea.zip |
Remove `clear` option for keychain.
Because it clears my GPG and SSH keys every time that I enter tmux.
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 6c5ab5b..c03605f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,6 +1,6 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc -eval $(keychain --clear --eval --agents gpg,ssh --quiet) +eval $(keychain --eval --agents gpg,ssh --quiet) if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then startx |