aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-04-13 22:44:51 +0200
committerMateja <mail@matejamaric.com>2021-04-13 22:44:51 +0200
commit1cf4687b75a1a9b966261c1b94e3ab33bd7da2ea (patch)
tree794bcc0e844301f45c5ee981dbc84193920f076d
parent9578afa56233259e522803a22a5ffd6805604d3d (diff)
downloaddotfiles-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.
-rw-r--r--.bash_profile2
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