added version increment script

This commit is contained in:
hellerve
2016-08-29 19:06:24 +02:00
parent bed68d00ea
commit b0dbbb19e3
2 changed files with 32 additions and 1 deletions

3
zshrc
View File

@@ -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