diff --git a/nvm-install.sh b/nvm-install.sh index c1ae453..cc70a9c 100755 --- a/nvm-install.sh +++ b/nvm-install.sh @@ -1 +1,6 @@ -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash \ No newline at end of file +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash + +pushd /faronear/fon/sysconfig +# 取消被默认添加到 .bashrc 的设置,already integrated in .bashrc +git reset . && git checkout . +popd