added version increment script
This commit is contained in:
3
zshrc
3
zshrc
@@ -38,6 +38,7 @@ alias dob="git branch --merged | grep -vE '(\*)|(master)|(dev)' | xargs -n 1 git
|
||||
alias vi="stty stop '' -ixoff ; vim"
|
||||
alias gcc="gcc-6"
|
||||
alias g++="g++-6"
|
||||
alias increment_version="zepto ~/.scripts/vincr.zp"
|
||||
alias psh="perl ~/.scripts/psh"
|
||||
alias push="git push"
|
||||
alias pull="git pull"
|
||||
@@ -418,4 +419,4 @@ function zeptosay () {
|
||||
|
||||
fortune | zeptosay
|
||||
|
||||
#source ~/.zshrc.priv
|
||||
source ~/.zshrc.priv
|
||||
|
Reference in New Issue
Block a user