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