mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Updated .zshrc to include hub
This commit is contained in:
parent
65fe9c9084
commit
86f83be977
1 changed files with 4 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ COMPLETION_WAITING_DOTS="false"
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(brew bundler gem git git-flow history osx pip python terraform vagrant)
|
plugins=(brew bundler gem git git-flow github history osx pip python terraform vagrant)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
@ -110,6 +110,9 @@ if [[ `uname` == 'Darwin' ]]; then
|
||||||
# optional additions from homebrew
|
# optional additions from homebrew
|
||||||
[ -d /usr/local/opt/qt/bin ] && export PATH=$PATH:/usr/local/opt/qt/bin
|
[ -d /usr/local/opt/qt/bin ] && export PATH=$PATH:/usr/local/opt/qt/bin
|
||||||
|
|
||||||
|
# use homebrew's ruby
|
||||||
|
#export PATH="/usr/local/opt/ruby/bin:$PATH"
|
||||||
|
|
||||||
if [[ -f '/Applications/google-cloud-sdk' ]]; then
|
if [[ -f '/Applications/google-cloud-sdk' ]]; then
|
||||||
source /Applications/google-cloud-sdk/completion.zsh.inc
|
source /Applications/google-cloud-sdk/completion.zsh.inc
|
||||||
source /Applications/google-cloud-sdk/path.zsh.inc
|
source /Applications/google-cloud-sdk/path.zsh.inc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue