Skip to content

Instantly share code, notes, and snippets.

@butlerx
Created January 6, 2016 20:46
Show Gist options
  • Save butlerx/55571c45a0509f981e03 to your computer and use it in GitHub Desktop.
Save butlerx/55571c45a0509f981e03 to your computer and use it in GitHub Desktop.
source ~/.zsh/checks.zsh
source ~/.zsh/colors.zsh
source ~/.zsh/setopt.zsh
source ~/.zsh/exports.zsh
source ~/.zsh/prompt.zsh
source ~/.zsh/completion.zsh
source ~/.zsh/aliases.zsh
source ~/.zsh/bindkeys.zsh
source ~/.zsh/functions.zsh
source ~/.zsh/history.zsh
source ~/.zsh/zsh_hooks.zsh
#source ${HOME}/.dotfiles/z/z.sh
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
eval "$(thefuck --alias)"
. /usr/local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
export NVM_DIR="/Users/butlerx/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment