-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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 <<< | ||
|