« get me outta code hell

zsh: 'grc' alias - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
diff options
context:
space:
mode:
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
commit75a6203e1b765e6be47a6da658977276ee8c2068 (patch)
treee0b11af8e8ba761fd25baaf08b190a26ddda3c70
parente55bea87968ec8ed78de2a88d2f049c8ce418d63 (diff)
zsh: 'grc' alias
-rw-r--r--.zshrc1
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 --