Skip to content

Commit

Permalink
up zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhou committed Apr 6, 2018
1 parent 5e842bf commit fcbcf28
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
export HOMEBREW_GITHUB_API_TOKEN=2ba63834fcfff1118c5f16b1a434dcf25d7eda34
export PATH="/usr/local/sbin:$PATH"
export PATH="$HOME/.composer/vendor/bin:$PATH"
export PATH="$PATH:`yarn global bin`"
export HOMEBREW_BOTTLE_DOMAIN=http://7xkcej.dl1.z0.glb.clouddn.com

source $ZSH/oh-my-zsh.sh

Expand Down Expand Up @@ -95,10 +97,18 @@ alias odapp04="ssh [email protected]"
alias odjob01="ssh [email protected]"
alias odtest01="ssh [email protected]"
alias odgit="ssh [email protected]"
alias oddb="ssh -qTfnN remote@odtest01 -L 3306:127.0.0.1:3306"
alias oddb="ssh -qTfnN remote@odtest01 -L 3307:127.0.0.1:3306"
alias odhrdb="ssh -qTfnN [email protected] -L 3306:127.0.0.1:3306"
alias sdhou="ssh [email protected]"
alias gitfb='git fetch && git rebase'
alias brewup="brew update -v && brew upgrade -v && brew cleanup && brew doctor"
alias fmtphp="fmt.phar --psr2 --no-backup --ignore=vendor ./"
alias ciji="ssh [email protected]"
alias qgg01="ssh [email protected]"
alias qggdb="ssh -qTfnN [email protected] -L 3307:127.0.0.1:3306"
alias manting01="ssh [email protected]"
alias mantingdb="ssh -qTfnN [email protected] -L 3307:127.0.0.1:3306"
alias cvw01="ssh [email protected]"

[[ -e ~/.phpbrew/bashrc ]] && source ~/.phpbrew/bashrc

export HOMEBREW_CASK_OPTS="--caskroom=/opt/homebrew-cask/Caskroom"

0 comments on commit fcbcf28

Please sign in to comment.