Merge branch 'master' of github.com:jonnybarnes/dotfiles

This commit is contained in:
Jonny Barnes 2017-02-08 17:38:52 +00:00
commit 0f97a2acaa

3
zshrc
View file

@ -160,6 +160,9 @@ test "$platform" = 'osx' && export PATH="$PATH:/Users/jonny/.composer/vendor/bin
# yarn PATH
export PATH="$PATH:$HOME/.yarn/bin"
# rust/cargo bin PATH
export PATH="$PATH:$HOME/.cargo/bin"
# Set the DEFAULT_USER variable to me (jonny)
export DEFAULT_USER="jonny"