Skip to content

Commit 307befa

Browse files
committed
feat(zsh): add an alias for 'lazygit'.
1 parent b2a7c42 commit 307befa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

module/zsh/zshrc

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ alias kbc="kubectl"
2626
# Coreutils
2727
alias ls="gls --color --group-directories-first"
2828

29+
# Lazygit
30+
alias lg="lazygit"
31+
2932
# Minikube
3033
alias mnkb="minikube"
3134

0 commit comments

Comments
 (0)