diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-06-24 18:31:47 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-06-24 18:31:47 -0300 |
commit | 75a6203e1b765e6be47a6da658977276ee8c2068 (patch) | |
tree | e0b11af8e8ba761fd25baaf08b190a26ddda3c70 | |
parent | e55bea87968ec8ed78de2a88d2f049c8ce418d63 (diff) |
zsh: 'grc' alias
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc index e185d87..bfb087f 100644 --- a/.zshrc +++ b/.zshrc @@ -118,6 +118,7 @@ export PATH # -- cli shenanigans -- alias tm='tmux attach \; choose-tree -s && exit' +alias grc='git rebase --continue' # -- file management utilities -- |