Skip to content

Instantly share code, notes, and snippets.

@Morpheu5
Last active November 6, 2016 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Morpheu5/17af1a815582e1291a5de1a585b22b98 to your computer and use it in GitHub Desktop.
Save Morpheu5/17af1a815582e1291a5de1a585b22b98 to your computer and use it in GitHub Desktop.
My ZSH RC
### 2016-11-06 (porto)
export R_HOME='/opt/local/Library/Frameworks/R.framework/Resources'
path+=(/opt/local/bin /opt/local/lib/mariadb-10.0/bin ~/.rvm/bin ~/anaconda/bin ~/.bin ~/.cabal/bin)
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
source ~/.antigen/antigen.zsh
antigen use oh-my-zsh
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-history-substring-search
antigen bundle cp
antigen bundle git
antigen bundle bundler
antigen bundle gem
antigen bundle rails
antigen bundle rake
antigen bundle ruby
antigen bundle macports
antigen bundle apache2-macports
antigen bundle mysql-macports
antigen bundle osx
antigen bundle pod
antigen bundle terminalapp
antigen bundle textmate
antigen bundle themes
antigen theme gentoo
antigen apply
## Not sure why this has to be here but hey...
export LSCOLORS=exfxcxdxbxegedabagacad
LSCOLORS=exfxcxdxbxegedabagacad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment