commit 6ba6b8a6a5d94bd7ccd156ecc6a547592e4f54a4
parent 21ed7aaca5d3ef45c74c02ab78bd6919e49a87fb
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 7 Sep 2019 09:29:31 -0400
Specify key type for keychain
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.bashrc b/.bashrc
@@ -12,4 +12,4 @@ alias la='ll -a'
export PS1='\[$(tput sgr0)\]\n\[$(tput setaf 6)\][\t] \[$(tput setaf 7)\]\u@\h: \[$(tput setaf 4)\]\w\n\[$(tput setaf 4)$(tput bold)\]\$\[$(tput sgr0)\] '
# Use keychain to manage ssh keys.
-eval "$(keychain --eval --quiet --timeout 180)"
+eval "$(keychain --eval --quiet --timeout 180 id_rsa)"