« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index bfb087f..25d0ef6 100644
--- a/.zshrc
+++ b/.zshrc
@@ -119,6 +119,8 @@ export PATH
 
 alias tm='tmux attach \; choose-tree -s && exit'
 alias grc='git rebase --continue'
+alias grs='git show $(cat .git/REBASE_HEAD)'
+alias gri='git rebase --interactive --autosquash'
 
 # -- file management utilities --