From 86f83be9773573664254aa597fc3f8c4417344fb Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 4 Dec 2018 09:58:10 -0500 Subject: [PATCH] Updated .zshrc to include hub --- link/nix/zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/link/nix/zshrc b/link/nix/zshrc index 956806b..8187d8b 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -54,7 +54,7 @@ COMPLETION_WAITING_DOTS="false" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # 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 @@ -110,6 +110,9 @@ if [[ `uname` == 'Darwin' ]]; then # optional additions from homebrew [ -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 source /Applications/google-cloud-sdk/completion.zsh.inc source /Applications/google-cloud-sdk/path.zsh.inc