From f5adca93fcefb90a4e9dbb3cb293cd383ac60868 Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Mon, 18 Mar 2024 20:05:35 +0100 Subject: [PATCH] feat(alias): add `glolnc` alias to show commits without chores --- zsh/custom/aliases.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/custom/aliases.zsh b/zsh/custom/aliases.zsh index 099760b..f79633d 100644 --- a/zsh/custom/aliases.zsh +++ b/zsh/custom/aliases.zsh @@ -13,3 +13,6 @@ alias path='echo -e ${PATH//:/\\n}' # Use lsd alias ls='lsd' + +# Git +alias glolnc='glol --grep="^chore" --invert-grep'