Indentation and ssh bits in zshrc
This commit is contained in:
parent
01a80d5c8a
commit
7f28373dbf
7
zshrc
7
zshrc
@ -120,6 +120,13 @@ function load-ssh-agent() {
|
|||||||
source ~/.ssh/agent.out
|
source ~/.ssh/agent.out
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function start-ssh-agent() {
|
||||||
|
ssh-agent >~/.ssh/agent.out
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
load-ssh-agent &>/dev/null
|
||||||
|
|
||||||
[[ -e ~/.zshenv ]] && source ~/.zshenv
|
[[ -e ~/.zshenv ]] && source ~/.zshenv
|
||||||
|
|
||||||
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh
|
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user