Fix some bugs introduced with cut-n-paste

This commit is contained in:
Orien Vandenbergh 2020-08-24 15:39:49 -06:00
parent 9bddfd6c66
commit 33995e0982

View File

@ -6,11 +6,14 @@ export HISTFILE="$ZDOTDIR/.zsh_history"
export ZSH_TMUX_AUTOSTART=true
# For homebrew MacOSX
#export ZPLUG_HOME=/usr/local/opt/zplug
#source $ZPLUG_HOME/init.zsh
if [ -e ${HOME}/.zplug/init.zsh ]; then
# For local manual installs
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