From e77de2c918ce8d9e9837fb1d070915e20b189c56 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 8 Feb 2014 18:44:04 -0500 Subject: [PATCH] Adding completion for travis gem --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index e3365b4..abbce87 100644 --- a/zshrc +++ b/zshrc @@ -79,3 +79,6 @@ function dump-ssh-agent() { function load-ssh-agent() { source ~/.ssh/agent.out } + +# added by travis gem +[[ -f ~/.travis/travis.sh ]] && source ~/.travis/travis.sh