Start ssh agent
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
5a5fa09e70
commit
6009f16f95
@ -54,3 +54,5 @@ preexec() {
|
||||
if overridden; then return; fi
|
||||
printf "\033]0;%s\a" "${1%% *} | $cwd" # Omit construct from $1 to show args
|
||||
}
|
||||
|
||||
eval "$(ssh-agent -s)" > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user