This commit is contained in:
LingZhaoHui 2022-02-05 15:24:25 +08:00
parent dc1970ca0f
commit d0fdd7a0ff
1 changed files with 1 additions and 2 deletions

View File

@ -108,9 +108,8 @@ alias docker="sudo docker"
export TERM="xterm-256color"
export VIM_HOME="/home/zeekling/software/vim8.2"
export CLION_HOME="/home/zeekling/software/clion-2021.2.3"
export JAVA_HOME="/home/zeekling/software/jdk1.8.0_151"
export SHELL_HOME="/home/zeekling/software/shell"
export GOROOT="/opt/go"
export GOPATH="/home/zeekling/project/go"
export PATH=$PATH:$VIM_HOME/bin:$CLION_HOME/bin:$JAVA_HOME/bin:$SHELL_HOME:$GOROOT/bin:$GOPATH
export PATH=$PATH:$VIM_HOME/bin:$JAVA_HOME/bin:$SHELL_HOME:$GOROOT/bin:$GOPATH