mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Fixed if block.
When resolving merge conflicts on PR #2 I missed that an if block was being closed twice... this resolves that.
This commit is contained in:
parent
49f150e385
commit
ff2d82b2c5
1 changed files with 1 additions and 1 deletions
|
|
@ -100,8 +100,8 @@ if [[ `uname` == 'Darwin' ]]; then
|
|||
source /Applications/google-cloud-sdk/completion.zsh.inc
|
||||
source /Applications/google-cloud-sdk/path.zsh.inc
|
||||
fi
|
||||
fi
|
||||
|
||||
# added by travis gem
|
||||
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis'
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue