From 8e6c67343ce5b691019deb9fbcf67cfa5a0b5d74 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 29 Nov 2021 18:57:47 +0100 Subject: [PATCH] chore(zsh): add alias for LazyGit --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 29f2795..2ca612b 100644 --- a/zshrc +++ b/zshrc @@ -130,6 +130,7 @@ alias gsu='git submodule update' alias gu='git up' alias gw='git whatchanged' alias gwp='git whatchanged -p' +alias lg='lazygit' # Vim if type nvim > /dev/null 2>&1; then