mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
aliases: add git commit fixup aliases
This commit is contained in:
parent
bb3a47e282
commit
e74c901a22
|
@ -79,6 +79,9 @@ fi
|
||||||
|
|
||||||
alias powerline_update="pip install --upgrade --user 'git+https://github.com/powerline/powerline.git@develop#powerline'"
|
alias powerline_update="pip install --upgrade --user 'git+https://github.com/powerline/powerline.git@develop#powerline'"
|
||||||
|
|
||||||
|
alias gcf='git commit --fixup=HEAD'
|
||||||
|
alias gcaf='git commit -a --fixup=HEAD'
|
||||||
|
|
||||||
# dotfiles user aliases
|
# dotfiles user aliases
|
||||||
if [[ -f ~/.dotfiles_aliases ]];
|
if [[ -f ~/.dotfiles_aliases ]];
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user