Fix scp bug
This commit is contained in:
parent
afe2f6ae3a
commit
5a9f748add
3
zshrc
3
zshrc
|
@ -1,5 +1,8 @@
|
||||||
# ~/.zshrc
|
# ~/.zshrc
|
||||||
|
|
||||||
|
# May fix a scp bug or two
|
||||||
|
[ -z "$PS1" ] && return
|
||||||
|
|
||||||
# Migrates from robbyrussell/oh-my-zsh to ohmyzsh/ohmyzsh
|
# Migrates from robbyrussell/oh-my-zsh to ohmyzsh/ohmyzsh
|
||||||
# This only needs to stay here temporarily until everyone executed it.
|
# This only needs to stay here temporarily until everyone executed it.
|
||||||
if [ -d $HOME/.config/oh-my-zsh ]; then
|
if [ -d $HOME/.config/oh-my-zsh ]; then
|
||||||
|
|
Loading…
Reference in New Issue