Indentation and ssh bits in zshrc

This commit is contained in:
Dan Buch 2017-06-06 13:54:44 -04:00
parent 01a80d5c8a
commit 7f28373dbf
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

7
zshrc
View File

@ -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