TODO für gitc-alias

This commit is contained in:
Julian Scharrenbach 2019-01-11 16:40:10 +01:00
parent cc7ff386ae
commit 62ad6ecabf

View File

@ -22,6 +22,14 @@ go(){
ls -l ls -l
} }
# making git-life easier
gitc(){
git commit -a -m "$1"
#TODO: switch back to vim via fg command if we paused vim by pressing <C-z> to commit our changes
}
alias gitp='git push origin'
alias gitch='git checkout'
# misc # misc
alias px="ps auxf" alias px="ps auxf"
alias o="xdg-open" alias o="xdg-open"