From 5a9f748add904858c66103735a240c06a27d3285 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 18 Mar 2020 08:07:19 +0100 Subject: [PATCH] Fix scp bug --- zshrc | 3 +++ 1 file changed, 3 insertions(+) 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