JaeYeopHan / tip-archive

📦 Archiving various development tips. If you watch this repository, you can get issues related to the newly registered development tip from the GitHub feed.
https://www.facebook.com/Jbee.dev/
246 stars 8 forks source link

oh my zsh alias 정리 #10

Open JaeYeopHan opened 6 years ago

JaeYeopHan commented 6 years ago
$ vi ~/.zshrc
alias nb="npm run build"
alias ns="npm start"
alias no="npm run open"
alias nt="npm test"
alias cc="clear"
alias go="npx git-open"
alias vo="npx viewoss-open"

alias gfupdate="gaa && g cmov && ggf"
alias gre="git reset HEAD~1"
alias gconn="git remote add --track master upstream"
alias gov="g cmov"
alias grr="git checkout -- ."
alias gpom="git push origin master"

alias cn="ifconfig | grep inet"
alias lc="colorls -lA --sd"
$ source ~/.zshrc