tianyun 1 سال پیش
والد
کامیت
7e73481533
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      sh_config.sh

+ 8 - 0
sh_config.sh

@@ -367,3 +367,11 @@ function upload_file() {
 function show_all_local_ip(){
 function show_all_local_ip(){
   arp -a
   arp -a
 }
 }
+
+
+alias nodels='fnm ls'
+alias nodeuse='fnm use'
+alias nodeinstall='fnm install'
+alias nodelsremote='fnm ls-remote'
+alias nodeuninstall='fnm uninstall'
+alias catnodeversion='node --version > .node-version'