Add private zshrc feature
This commit is contained in:
parent
a94eae75a5
commit
186d3291de
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,6 @@ plugins=(git mercurial battery cake celery command-not-found coffee colorize deb
|
|||
alias mpc='mpc -f "%title%[ - %album%]\n\r%artist%[ - %performer%]\n\r%file%"'
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source ~/.zshrc-local
|
||||
source ~/.zsh-theme
|
||||
|
||||
autoload -Uz promptinit
|
||||
|
@ -160,3 +159,6 @@ json-fortune
|
|||
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
|
||||
|
||||
source ~/.zshrc-local
|
||||
source ~/.zshrc-private
|
||||
|
|
Loading…
Reference in a new issue