« get me outta code hell

zsh: 'grs', 'gri' alii - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
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
commit1b616dc019f2951ac650696bca4fc66bed0e8fbf (patch)
tree49f060a0010ed6c7c79ec4445fb4e78f57362787 /.zshrc
parent9d4907b8f1381c3a8aaa4a708e7d6c9895624497 (diff)
zsh: 'grs', 'gri' alii
Diffstat (limited to '.zshrc')
-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 --