update header

This commit is contained in:
ccmywish 2022-11-15 10:39:13 +08:00
parent ec7c6b2665
commit 1c7f3daca5
2 changed files with 13 additions and 0 deletions

View File

@ -8,6 +8,7 @@
# nvm-update:
#
# Update your nvm and Node.js versions
# See: https://gitee.com/RubyKids/nvm-cn
# ---------------------------------------------------------------
(

View File

@ -1,3 +1,15 @@
#!/usr/bin/env bash
# ---------------------------------------------------------------
# File : uninstall.sh
# Authors : ccmywish <ccmywish@qq.com>
# Created on : <2021-01-06>
# Last modified : <2021-01-06>
#
# uninstall:
#
# Uninstall nvm wholly
# ---------------------------------------------------------------
echo "=> 删除~/.nvm"
rm -rf $HOME/.nvm