[FIX][SHELL] Launch keychain with password prompt
This commit is contained in:
parent
e92aaa1087
commit
3f7f725e61
|
@ -29,5 +29,5 @@ export LESS_TERMCAP_ue=$'\E[0m' # reset underline
|
||||||
# Rust installation
|
# Rust installation
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
# Use keychain to handle only prompt for ssh keys once, when needed
|
# Use keychain to handle ssh-agent
|
||||||
eval $(keychain --eval id_rsa --quiet --nogui --noask)
|
eval $(keychain --eval id_rsa --quiet)
|
||||||
|
|
Loading…
Reference in a new issue