feat: add alias for lazygit

This commit is contained in:
Devin Haska 2025-07-11 23:52:30 -07:00
parent 872d33bbb6
commit c6dc4406d4
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0

2
.zshrc
View file

@ -9,6 +9,8 @@ zinit light zsh-users/zsh-autosuggestions
zicompinit; zicdreplay zicompinit; zicdreplay
alias lg="lazygit"
# Platform-specific configuration lives inside .zshcustom. # Platform-specific configuration lives inside .zshcustom.
# The file is ignored by the dotfiles git repo. # The file is ignored by the dotfiles git repo.
if [ -f $HOME/.zshcustom ]; then if [ -f $HOME/.zshcustom ]; then