diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-08-14 17:55:15 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-08-14 17:55:15 -0300 |
commit | 1b616dc019f2951ac650696bca4fc66bed0e8fbf (patch) | |
tree | 49f060a0010ed6c7c79ec4445fb4e78f57362787 /.zshrc | |
parent | 9d4907b8f1381c3a8aaa4a708e7d6c9895624497 (diff) |
zsh: 'grs', 'gri' alii
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 -- |