Start ssh agent

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2022-07-08 06:03:40 +01:00
parent 5a5fa09e70
commit 6009f16f95
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 2 additions and 0 deletions

View File

@ -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