Fix some bugs introduced with cut-n-paste
This commit is contained in:
parent
9bddfd6c66
commit
33995e0982
@ -6,11 +6,14 @@ export HISTFILE="$ZDOTDIR/.zsh_history"
|
|||||||
|
|
||||||
export ZSH_TMUX_AUTOSTART=true
|
export ZSH_TMUX_AUTOSTART=true
|
||||||
|
|
||||||
# For homebrew MacOSX
|
if [ -e ${HOME}/.zplug/init.zsh ]; then
|
||||||
#export ZPLUG_HOME=/usr/local/opt/zplug
|
|
||||||
#source $ZPLUG_HOME/init.zsh
|
|
||||||
# For local manual installs
|
# For local manual installs
|
||||||
source ~/.zplug/init.zsh
|
source ~/.zplug/init.zsh
|
||||||
|
elif [ -e /usr/local/opt/zplug/init.zsh ]; then
|
||||||
|
# For homebrew MacOSX
|
||||||
|
export ZPLUG_HOME=/usr/local/opt/zplug
|
||||||
|
source $ZPLUG_HOME/init.zsh
|
||||||
|
fi
|
||||||
|
|
||||||
alias pip=pip3
|
alias pip=pip3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user