Skip to content

Commit

Permalink
up .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhou committed Jun 9, 2023
1 parent 36c535e commit 89e84e6
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,13 @@ alias xj105="ssh [email protected] -v"
alias xj106="ssh [email protected] -v"
alias xijing01="ssh [email protected] -v"
alias xfy-api-up="ssh [email protected] -v 'cd /home/shxj/xingfuyun/xingfuyun-server && git pull && docker-compose -f /home/shxj/xingfuyun/docker-compose.yml exec node_server pm2 restart all'"
alias xj-gpu="ssh [email protected] -v"
alias xijing-prod="ssh [email protected] -v"
alias xijing-zhdn-test="ssh [email protected] -v"
alias xijing-zhdn="ssh [email protected] -v"
alias xijing-zhdn-prod="ssh [email protected] -v"
alias xijing-happiness-cloud01="ssh [email protected] -v"
alias brewup="sss && brew update -v && brew upgrade -v && ssc"
alias xg01="ssh [email protected] -v"

export PATH="$PATH:$HOME/go/bin"
export PATH="$PATH:$HOME/.local/bin"
Expand All @@ -151,15 +152,35 @@ export PATH="/usr/local/bin:$PATH"
export PATH="/opt/homebrew/bin:$PATH"
export XDG_CONFIG_HOME="$HOME/.config"
export EDITOR=vim
export HOMEBREW_BREW_GIT_REMOTE=
export HOMEBREW_CORE_GIT_REMOTE=
export HOMEBREW_BOTTLE_DOMAIN=
export JAVA_HOME=/opt/homebrew/Cellar/openjdk/19.0.2/

alias brewup="sss && brew update -v && brew upgrade -v && ssc"
#export HOMEBREW_INSTALL_FROM_API=1
#export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.sjtug.sjtu.edu.cn/git/brew.git"
#export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.sjtug.sjtu.edu.cn/git/homebrew-core.git"
#export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles"
#export HOMEBREW_API_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/api"

#export http_proxy=http://192.168.62.59:20172;export https_proxy=http://192.168.62.59:20172;
# -- START ACTIVESTATE INSTALLATION
export PATH="/Users/sdhou/.local/ActiveState/StateTool/release/bin:$PATH"
# -- STOP ACTIVESTATE INSTALLATION
# -- START ACTIVESTATE DEFAULT RUNTIME ENVIRONMENT
export PATH="/Users/sdhou/Library/Caches/activestate/bin:$PATH"
# -- STOP ACTIVESTATE DEFAULT RUNTIME ENVIRONMENT

# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/Users/sdhou/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/Users/sdhou/miniconda3/etc/profile.d/conda.sh" ]; then
. "/Users/sdhou/miniconda3/etc/profile.d/conda.sh"
else
export PATH="/Users/sdhou/miniconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<

0 comments on commit 89e84e6

Please sign in to comment.