码迷,mamicode.com
首页 > 其他好文 > 详细

我的 git .bash_profile

时间:2020-01-21 18:26:57      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:deploy   int   drivers   bash   add   color   min   mit   driver   

alias bashalias='code ~/.bash_profile'
alias bashcolor='code ~/.minttyrc'
alias bashconfig='code /etc/profile.d/git-prompt.sh'
alias gitconfig='code ~/.gitconfig'

alias .='cd ~'
alias ..='cd ..'
alias ...='cd ../..'
alias e='exit'
alias cls='clear'

alias gs='git status'
alias ga='git add .'
alias gc='git commit -m'
alias gp='git push'
alias gitauto='git add . && git commit -m "auto deploy" && git push'
alias gitautoall='git add . && git commit -m "auto deploy" && git push all'

alias sysoff='shutdown -s -t 0'
alias sysre='shutdown -r -t 0'

alias host='code /c/Windows/System32/drivers/etc/hosts'

我的 git .bash_profile

标签:deploy   int   drivers   bash   add   color   min   mit   driver   

原文地址:https://www.cnblogs.com/guangzan/p/12222443.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!