update zshrc

This commit is contained in:
LingZhaoHui 2021-11-13 13:18:01 +08:00
parent e55ad13540
commit 869ddbf6e0
1 changed files with 10 additions and 6 deletions

View File

@ -62,7 +62,7 @@ DISABLE_AUTO_UPDATE="false"
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=( plugins=(
git npm autojump mvn extract docker gradle zsh-syntax-highlighting zsh-completions git npm autojump mvn extract docker gradle zsh-syntax-highlighting zsh-autosuggestions zsh-completions
) )
#git npm autojump mvn extract docker gradle zsh-syntax-highlighting zsh-autosuggestions zsh-completions #git npm autojump mvn extract docker gradle zsh-syntax-highlighting zsh-autosuggestions zsh-completions
@ -130,20 +130,17 @@ export PATH=$PATH:$NODE_HOME/bin
#export SQLCL_HOME=/opt/sqlcl #export SQLCL_HOME=/opt/sqlcl
#export PATH=$PATH:$SQLCL_HOME/bin #export PATH=$PATH:$SQLCL_HOME/bin
VIM_HOME=/opt/vim82
export PATH=$PATH:$VIM_HOME/bin
# gitbook # gitbook
export GITBOOK_HOME=/opt/node-v8.9.1/ export GITBOOK_HOME=/opt/node-v8.9.1/
export PATH=$GITBOOK_HOME/bin:$PATH export PATH=$GITBOOK_HOME/bin:$PATH
# #
#export NEO4J_HOME=/home/zeek/software/neo4j-community-3.4.7
#export PATH=$PATH:$NEO4J_HOME/bin
alias tailf='tail -f' alias tailf='tail -f'
export TERM="xterm-256color" export TERM="xterm-256color"
#ssh-add ~/.ssh/github
#ssh-add ~/.ssh/zeek
#ssh-add ~/.ssh/gitea
# alias # alias
alias vi=vim alias vi=vim
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
@ -152,7 +149,14 @@ export LANG=en_US.UTF-8
# export PATH=$ANACONDA_HOME/bin:$PATH # export PATH=$ANACONDA_HOME/bin:$PATH
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/usr/local/go/bin
# 允许生成core文件 # 允许生成core文件
ulimit -c unlimited ulimit -c unlimited
export REDIS_PATH="/usr/local/redis" export REDIS_PATH="/usr/local/redis"
export PATH=$PATH:$REDIS_PATH/bin/ export PATH=$PATH:$REDIS_PATH/bin/
export JAVA_HOME="/usr/lib/jvm/jdk-9.0.1"
export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/
export PATH=$PATH:$JAVA_HOME/bin
export FLINK_HOME=/home/zeek/software/flink-1.12.5
export PATH=~/.local/bin:$FLINK_HOME/bin:$PATH