Skip to content

Instantly share code, notes, and snippets.

@butlerx
Created January 6, 2016 20:48
Show Gist options
  • Save butlerx/94f6ea110e2ac62d81e3 to your computer and use it in GitHub Desktop.
Save butlerx/94f6ea110e2ac62d81e3 to your computer and use it in GitHub Desktop.
# Autoload screen if we aren't in it. (Thanks Fjord!)
#if [[ $TMUX = '' ]] then tmux -CC; fi
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
export NODE_PATH=/usr/local/lib/node_modules
. /usr/share/zsh/site-contrib/powerline.zsh
export NVM_DIR="/home/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