SSH startup eval: ssh-agent add key to keychain, use .shell dict for commonrc template

This commit is contained in:
2024-10-18 17:00:04 -05:00
parent c438e27536
commit 2d3694aa7a
4 changed files with 30 additions and 11 deletions

View File

@@ -98,5 +98,5 @@ if ! shopt -oq posix; then
fi
fi
{{ template "scripts/commonrc.sh.tmpl" "bash" }}
{{ template "scripts/commonrc.sh.tmpl" dict "data" . "shell" "bash" }}
{{ completion "bash" }}