diff --git a/zshrc b/zshrc index 96256bf..8172488 100644 --- a/zshrc +++ b/zshrc @@ -1,5 +1,8 @@ # ~/.zshrc +# May fix a scp bug or two +[ -z "$PS1" ] && return + # Migrates from robbyrussell/oh-my-zsh to ohmyzsh/ohmyzsh # This only needs to stay here temporarily until everyone executed it. if [ -d $HOME/.config/oh-my-zsh ]; then