From 5ca8675f1fc64fa0158c82b709f6ee41fd466690 Mon Sep 17 00:00:00 2001 From: fengbh <1953356163@qq.com> Date: Tue, 22 Apr 2025 22:35:00 +0800 Subject: [PATCH] add for test.fbh --- bash/bashrc_fengbh-PC | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bash/bashrc_fengbh-PC 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" +