TODO für gitc-alias
This commit is contained in:
parent
cc7ff386ae
commit
62ad6ecabf
|
|
@ -22,6 +22,14 @@ go(){
|
|||
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
|
||||
alias px="ps auxf"
|
||||
alias o="xdg-open"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user