-
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
12 additions
and
2 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 |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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" |