Loading .shell/lib/ssh.sh +5 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,11 @@ make_config() { `rule_canonisation` `rule_runtime` " # Ensure the GPG agent is running if installed if has gpg-agent; then gpg-connect-agent /bye fi >&2 } Loading .ssh/bin/ssh +0 −5 Original line number Diff line number Diff line Loading @@ -4,11 +4,6 @@ set -eu . ~/.shell/lib/ssh.sh . ~/.shell/funcs # Ensure the GPG agent is running if installed if has gpg-agent; then gpg-connect-agent /bye fi >&2 case " $*" in *' -F'*) exec ${SSH_BIN} "$@" ;; *) Loading Loading
.shell/lib/ssh.sh +5 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,11 @@ make_config() { `rule_canonisation` `rule_runtime` " # Ensure the GPG agent is running if installed if has gpg-agent; then gpg-connect-agent /bye fi >&2 } Loading
.ssh/bin/ssh +0 −5 Original line number Diff line number Diff line Loading @@ -4,11 +4,6 @@ set -eu . ~/.shell/lib/ssh.sh . ~/.shell/funcs # Ensure the GPG agent is running if installed if has gpg-agent; then gpg-connect-agent /bye fi >&2 case " $*" in *' -F'*) exec ${SSH_BIN} "$@" ;; *) Loading