[FIX][SHELL] Launch keychain with password prompt

This commit is contained in:
Bruno BELANYI 2019-07-18 16:19:25 +02:00
parent e92aaa1087
commit 3f7f725e61

View file

@ -29,5 +29,5 @@ export LESS_TERMCAP_ue=$'\E[0m' # reset underline
# Rust installation
export PATH="$HOME/.cargo/bin:$PATH"
# Use keychain to handle only prompt for ssh keys once, when needed
eval $(keychain --eval id_rsa --quiet --nogui --noask)
# Use keychain to handle ssh-agent
eval $(keychain --eval id_rsa --quiet)