A bunch of tweaks.

This commit is contained in:
2015-01-07 22:57:19 -08:00
parent b58b7057f9
commit 0f34b90201
6 changed files with 45 additions and 8 deletions

View File

@@ -41,3 +41,6 @@ done
function with_shellrc {
zsh -c "source ~/.zshrc && ""$@"
}
# Travis completion
[ -f "$HOME/.travis/travis.sh" ] && source "$HOME/.travis/travis.sh"