1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-09-01 18:24:06 +00:00

Update .zshrc with... stuff

This commit is contained in:
Andrew Cassidy 2017-03-02 22:51:47 -08:00
parent eca0aa1e59
commit 73b02e340c
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

4
.zshrc
View File

@ -1,5 +1,8 @@
export PATH="$PATH:$HOME/Library/Python/2.7/bin" # pip installation location
export PATH="$PATH:$HOME/.local/bin"
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
export PATH="$PATH:$HOME/Scripts"
export PKG_CONFIG_PATH="/Library/Frameworks/Mono.framework/Versions/4.6.2/lib/pkgconfig":$PKG_CONFIG_PATH
export POWERLINEHOME="/Users/drewcassidy/Library/Python/2.7/lib/python/site-packages/powerline"
@ -26,3 +29,4 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
export CLICOLOR=1
export LSCOLORS='ExcxdxfxgxxexcxdxfBxBx'
eval $(/usr/libexec/path_helper -s)