-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbaserc
More file actions
34 lines (29 loc) · 715 Bytes
/
baserc
File metadata and controls
34 lines (29 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 这里保存服务器通用的
PATH=\
:/Users/wangx/venv/bin\
:/home/wangx/venv/bin\
:/home/wangx/node/bin\
:$PYENV_ROOT/shims\
:~/bin/\
:~/github/python/python-reference/script/\
:~/github/linux-reference/script/\
:~/node_modules/bin/\
:~/github/secret/\
:/usr/local/java/bin/\
:/usr/local/eclipse/\
:/usr/local/go/bin/\
:/usr/local/go/bin/\
:/usr/node/bin/\
:/home/wangx/.pyenv/bin/\
:/home/wangx/gh/bin/\
:$PATH
# wsl下使用代理
# export ALL_PROXY="socks5://127.0.0.1:1080"
# 需要配置%USERPROFILE%/.wslconfig
# [wsl2]
# networkingMode=mirrored
# dnsTunneling=true
# firewall=true
# autoProxy=true
# 从 WORDCHARS 中移除点号(让点成为单词分隔符)
WORDCHARS='*?_-[]~=/&;!#$%^(){}<>'