Why Do I Fight With ssh-agent

This commit is contained in:
2020-01-16 19:56:48 -05:00
parent 6db60f782a
commit 696f2846b9

4
zshrc
View File

@@ -147,6 +147,10 @@ function start-ssh-agent() {
ssh-agent >~/.ssh/agent.out
}
function setup-ssh-agent() {
start-ssh-agent && load-ssh-agent
}
function __maybesource() {
if [[ -f "${1}" ]]; then
if [[ "${2}" == silent ]]; then