From 756d7abd21c479ab385e6298e7f1700b6ebc5ff1 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 19 Nov 2022 20:31:37 +0800 Subject: [PATCH] u --- nvm-install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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