update some comment

This commit is contained in:
m1ngsama 2025-10-25 18:01:08 +08:00
parent 9cdce0fc69
commit cce1d7df67

View file

@ -21,7 +21,7 @@ function fish_greeting
echo 'Talk is cheap. Show me the code.' | lolcat -a -d 10 echo 'Talk is cheap. Show me the code.' | lolcat -a -d 10
end end
# pnpm # pnpm in mac
set -gx PNPM_HOME /Users/m1ng/Library/pnpm set -gx PNPM_HOME /Users/m1ng/Library/pnpm
if not string match -q -- $PNPM_HOME $PATH if not string match -q -- $PNPM_HOME $PATH
set -gx PATH "$PNPM_HOME" $PATH set -gx PATH "$PNPM_HOME" $PATH
@ -31,23 +31,26 @@ end
## move from arch ## move from arch
##function fish_greeting ##function fish_greeting
#end #end
#
# Man in zh_CN, you should install man-pages-zh_cn manual first
#alias cman="man -L zh_CN" #alias cman="man -L zh_CN"
#alias all="eza -alh --icons --group-directories-first --time-style=long-iso --total-size" #alias all="eza -alh --icons --group-directories-first --time-style=long-iso --total-size"
#
#set -x ALL_PROXY "socks5h://127.0.0.1:1080" # When use shadowsocks as proxy you need that
#set -x http_proxy "socks5h://127.0.0.1:1080" ## set -x ALL_PROXY "socks5h://127.0.0.1:1080"
#set -x https_proxy "socks5h://127.0.0.1:1080" ## set -x http_proxy "socks5h://127.0.0.1:1080"
# ## set -x https_proxy "socks5h://127.0.0.1:1080"
## set -x http_proxy "http://127.0.0.1:8118" ## set -x http_proxy "http://127.0.0.1:8118"
# Privoxy, filtering proxy for the HTTP protocol
## set -x https_proxy "https://127.0.0.1:8118" ## set -x https_proxy "https://127.0.0.1:8118"
## set -x ALL_PROXY "https://127.0.0.1:8118" ## set -x ALL_PROXY "https://127.0.0.1:8118"
#
### if not set -q NODE_VERSION ### if not set -q NODE_VERSION
### nvm use lts ### nvm use lts
### end ### end
#
## pnpm ## pnpm in arch
# set -gx PNPM_HOME "/home/m1ng/.local/share/pnpm" # set -gx PNPM_HOME "/home/m1ng/.local/share/pnpm"
# if not string match -q -- $PNPM_HOME $PATH # if not string match -q -- $PNPM_HOME $PATH
# set -gx PATH "$PNPM_HOME" $PATH # set -gx PATH "$PNPM_HOME" $PATH