aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash_aliases1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash_aliases b/bash_aliases
index b83e038..08e9e2a 100644
--- a/bash_aliases
+++ b/bash_aliases
@@ -8,6 +8,7 @@ command_exists ls && alias ls='LC_COLLATE=C ls -F -h -w 80 --color --gro
command_exists ag && alias grep=ag
command_exists neomutt && alias mutt=neomutt
command_exists imv && alias feh=imv
+command_exists git && alias fixup='git commit -a --fixup HEAD && GIT_SEQUENCE_EDITOR=: git rebase -i HEAD~2'
if command_exists nvim; then
alias vi=nvim