Add docker + fix homebrew
This commit is contained in:
parent
7d57a117bb
commit
3c2edf2000
1 changed files with 6 additions and 0 deletions
6
zshrc
6
zshrc
|
@ -11,6 +11,7 @@ fi
|
||||||
|
|
||||||
zplug "plugins/git", from:oh-my-zsh
|
zplug "plugins/git", from:oh-my-zsh
|
||||||
zplug "plugins/iterm2", from:oh-my-zsh
|
zplug "plugins/iterm2", from:oh-my-zsh
|
||||||
|
zplug "felixr/docker-zsh-completion"
|
||||||
zplug "lib/*", from:oh-my-zsh
|
zplug "lib/*", from:oh-my-zsh
|
||||||
|
|
||||||
# Stuff that modifies
|
# Stuff that modifies
|
||||||
|
@ -85,3 +86,8 @@ fi
|
||||||
|
|
||||||
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||||
export PATH="$PATH:$HOME/.rvm/bin"
|
export PATH="$PATH:$HOME/.rvm/bin"
|
||||||
|
|
||||||
|
if [[ $OSTYPE == darwin* ]]; then
|
||||||
|
# Fix Homebrew pathing.
|
||||||
|
export PATH="/usr/local/bin:/usr/local/sbin:${PATH}"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue