Why Do I Fight With ssh-agent
This commit is contained in:
parent
6db60f782a
commit
696f2846b9
4
zshrc
4
zshrc
@ -147,6 +147,10 @@ function start-ssh-agent() {
|
|||||||
ssh-agent >~/.ssh/agent.out
|
ssh-agent >~/.ssh/agent.out
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function setup-ssh-agent() {
|
||||||
|
start-ssh-agent && load-ssh-agent
|
||||||
|
}
|
||||||
|
|
||||||
function __maybesource() {
|
function __maybesource() {
|
||||||
if [[ -f "${1}" ]]; then
|
if [[ -f "${1}" ]]; then
|
||||||
if [[ "${2}" == silent ]]; then
|
if [[ "${2}" == silent ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user