Created
March 2, 2018 03:48
-
-
Save lee0741/0f35618a28e92015c7eb438a90f01efd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Zplug | |
| export ZPLUG_HOME=/usr/local/opt/zplug | |
| source $ZPLUG_HOME/init.zsh | |
| zplug "modules/completion", from:prezto | |
| zplug "modules/directory", from:prezto | |
| zplug "modules/git", from:prezto | |
| #zplug "modules/history", from:prezto | |
| zplug "modules/utility", from:prezto | |
| #zplug install | |
| zplug load | |
| # Pure Prompt | |
| autoload -U promptinit; promptinit | |
| prompt pure | |
| [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | |
| export NVM_DIR="$HOME/.nvm" | |
| [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
| [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment