Trvs bits

This commit is contained in:
Dan Buch 2017-07-02 08:58:39 -04:00
parent 944a5b46f1
commit e2a2c99a38
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

2
zshrc
View File

@ -123,3 +123,5 @@ function load-ssh-agent() {
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh
[ -f ~/google-cloud-sdk/path.zsh.inc ] && source ~/google-cloud-sdk/path.zsh.inc
[ -f ~/google-cloud-sdk/completion.zsh.inc ] && source ~/google-cloud-sdk/completion.zsh.inc
[ -f ~/code/trvs/bin/trvs ] && eval "$(~/code/trvs/bin/trvs init -)"
true