Added gac = git add * commit alias
This commit is contained in:
parent
e04ab3a375
commit
4bace34f26
@ -13,3 +13,6 @@ alias asdf="setxkbmap dvorak"
|
|||||||
|
|
||||||
disable -r time # disable shell reserved word
|
disable -r time # disable shell reserved word
|
||||||
alias time='time -p ' # -p for POSIX output
|
alias time='time -p ' # -p for POSIX output
|
||||||
|
|
||||||
|
# git shortcuts
|
||||||
|
alias gac="git add -A && git commit -a"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user