diff --git a/bash/bashrc_fengbh-PC b/bash/bashrc_fengbh-PC new file mode 100644 index 0000000..2743e17 --- /dev/null +++ b/bash/bashrc_fengbh-PC @@ -0,0 +1,10 @@ +export NO_AT_BRIDGE=1 +alias mWork="sudo mount -t nfs nas.fbh:/volume2/work /home/fengbh/nasWork" +alias is1="./initscreen.sh 1" +alias is2="./initscreen.sh 2" +export http_proxy=http://192.168.3.7:7890 +export https_proxy=http://192.168.3.7:7890 + +# Created by `pipx` on 2025-04-22 14:18:59 +export PATH="$PATH:/home/fengbh/.local/bin" +