11 lines
331 B
Plaintext
11 lines
331 B
Plaintext
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"
|
|
|