diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
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 -- |