From a3e64a4ec0d4cd5b23341438bddd001f46c36dbe Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 5 Oct 2025 18:29:52 +0200 Subject: [PATCH] zsh: use gwch from ohmyzsh --- root/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/root/.zshrc b/root/.zshrc index a12c159..3106896 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -87,7 +87,6 @@ alias cdgr='cd "$(git rev-parse --show-toplevel || echo .)"' alias ga.='ga . && gst' alias gcmsgrnd='git commit -m "$(fakemsg)"' alias ghist="git log --name-only --pretty='' | sed -e '/^\\s*$/d' | awk '!seen[\$0]++' | less" -alias gwch='git log --patch --abbrev-commit' alias gshs='git show --shortstat' ## Servers