diff --git a/zsh/.zshrc b/zsh/.zshrc index 3a52253..e786ca6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -68,6 +68,7 @@ alias dcdown="docker compose down" alias dclogs="docker logs -f --tail 100" alias vi="nvim" alias vim="nvim" +alias lg="lazygit" # Shell integrations eval "$(fzf --zsh)" @@ -78,4 +79,4 @@ eval "$(zoxide init --cmd cd zsh)" # bun export BUN_INSTALL="$HOME/.bun" -export PATH="$BUN_INSTALL/bin:$PATH" +export PATH="$HOME/go/bin:$BUN_INSTALL/bin:$PATH"