Un-travis'ing
This commit is contained in:
parent
a582e3645c
commit
6ae4143ff6
10
zshrc
10
zshrc
@ -36,8 +36,9 @@ path=(
|
||||
$HOME/.rbenv/shims
|
||||
$HOME/.phpenv/bin
|
||||
$HOME/.pyenv/bin
|
||||
$HOME/.pyenv/bin
|
||||
$HOME/.yarn/bin
|
||||
$HOME/perl5/bin
|
||||
$HOME/code/trvs/bin
|
||||
/usr/local/sbin
|
||||
/usr/local/bin
|
||||
/usr/bin/vendor_perl
|
||||
@ -120,7 +121,7 @@ eval "$(gimme '1.11.1')" 2>/dev/null
|
||||
export GOPATH="$HOME/go"
|
||||
|
||||
CDPATH="$HOME/code:$HOME/src:$HOME/Development/src:$HOME/repos"
|
||||
for prefix in github.com github.com/travis-ci github.com/meatballhat code.google.com/p ; do
|
||||
for prefix in github.com github.com/meatballhat code.google.com/p ; do
|
||||
CDPATH="$HOME/go/src/$prefix:$CDPATH"
|
||||
done
|
||||
|
||||
@ -151,7 +152,6 @@ function __maybesource() {
|
||||
load-ssh-agent &>/dev/null
|
||||
|
||||
__maybesource ~/.zshenv
|
||||
__maybesource ~/.travis/travis.sh
|
||||
__maybesource ~/google-cloud-sdk/path.zsh.inc
|
||||
__maybesource ~/google-cloud-sdk/completion.zsh.inc
|
||||
__maybesource /usr/share/nvm/init-nvm.sh
|
||||
@ -162,8 +162,4 @@ if [[ -f ~/perl5/lib/perl5/local/lib.pm ]]; then
|
||||
eval "$(perl -I ~/perl5/lib/perl5 '-Mlocal::lib')"
|
||||
fi
|
||||
|
||||
if trvs version &>/dev/null; then
|
||||
eval "$(trvs init -)"
|
||||
fi
|
||||
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user