Created
January 6, 2016 20:48
-
-
Save butlerx/94f6ea110e2ac62d81e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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