diff --git a/zsh/30_alias.zsh b/zsh/30_alias.zsh index 15fdeb5..b2e3c46 100644 --- a/zsh/30_alias.zsh +++ b/zsh/30_alias.zsh @@ -7,3 +7,5 @@ alias ls="ls --color=auto" alias wgup="sudo wg-quick up" alias wgdown="sudo wg-quick down" + +alias lg="lazygit"