From 1cf4687b75a1a9b966261c1b94e3ab33bd7da2ea Mon Sep 17 00:00:00 2001
From: Mateja <mail@matejamaric.com>
Date: Tue, 13 Apr 2021 22:44:51 +0200
Subject: Remove `clear` option for keychain.

Because it clears my GPG and SSH keys every time that I enter tmux.
---
 .bash_profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.bash_profile')

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
-- 
cgit v1.2.3