This commit is contained in:
jay
2022-10-23 21:33:57 +08:00
parent 44ee4cca95
commit 953c01349b
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,3 +1,4 @@
{{#if sshAgent}}
# `$HOME/bin/start-agent`
SSH_ENV="$HOME/.ssh/agent-environment"
@@ -21,6 +22,7 @@ if [ -f "${SSH_ENV}" ]; then
else
start_agent;
fi
{{/if}}
function envf {
if [ ! -f "$1" ]; then