From cc3854825b523283ca6d561410cf82c943fd209f Mon Sep 17 00:00:00 2001 From: hophacker Date: Fri, 19 Jul 2019 14:00:57 +0800 Subject: [PATCH] rename --- zsh/local.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/local.zsh b/zsh/local.zsh index 200ce2a..395ba85 100644 --- a/zsh/local.zsh +++ b/zsh/local.zsh @@ -45,8 +45,8 @@ elif [[ "$(expr substr $(uname -s) 1 10)" == "MINGW32_NT" ]]; then # Do something under Windows NT platform fi -if [ -e ~/Projects/rallets-hub/bin/rancher_setup.sh ]; then - source ~/Projects/rallets-hub/bin/rancher_setup.sh +if [ -e ~/Projects/paiyou-hub/bin/rancher_setup.sh ]; then + source ~/Projects/paiyou-hub/bin/rancher_setup.sh fi if [ -e ~/.myzshrc ]; then