From c6dc4406d4dfc96c6d220953760adf41e17e18d6 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Fri, 11 Jul 2025 23:52:30 -0700 Subject: [PATCH] feat: add alias for lazygit --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 681cded..437f92d 100644 --- a/.zshrc +++ b/.zshrc @@ -9,6 +9,8 @@ zinit light zsh-users/zsh-autosuggestions zicompinit; zicdreplay +alias lg="lazygit" + # Platform-specific configuration lives inside .zshcustom. # The file is ignored by the dotfiles git repo. if [ -f $HOME/.zshcustom ]; then