diff --git a/.zshrc b/.zshrc index 4ef0fa2..ad69dd5 100644 --- a/.zshrc +++ b/.zshrc @@ -99,6 +99,10 @@ _alias(){ alias starwars="telnet -a telehack.com" fi + [[ -f "$HOME/go/bin/lazygit" ]] && + alias lazygit="$HOME/go/bin/lazygit" && + alias lg="lazygit" + # ─< colorized ls >───────────────────────────────────────────────────────────────────────── if command_exists exa; then alias ls="exa --icons -l --git"