Fix scp bug

This commit is contained in:
Thomas Forgione 2020-03-18 08:07:19 +01:00
parent afe2f6ae3a
commit 5a9f748add
1 changed files with 3 additions and 0 deletions

3
zshrc
View File

@ -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