Update zsh/zshrc

This commit is contained in:
2026-06-21 07:11:28 +00:00
parent a51bf22916
commit 313131af25
+9 -6
View File
@@ -109,6 +109,7 @@ source $ZSH/oh-my-zsh.sh
# Homebrew # Homebrew
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="/opt/homebrew/opt/libpq/bin:$PATH"
# Direnv # Direnv
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
@@ -116,13 +117,15 @@ eval "$(direnv hook zsh)"
# Starship # Starship
eval "$(starship init zsh)" eval "$(starship init zsh)"
# Infrahub # Aliases
alias infrahubctl="uvx --from 'infrahub-sdk[ctl]' infrahubctl" alias infrahubctl="uvx --from 'infrahub-sdk[ctl]' infrahubctl"
alias gnmi-eos='uvx --from git+https://gitea.arnodo.fr/Damien/gnmi-eos gnmi-eos'
# LLM API KEYS alias sherlock='uvx --from sherlock-project sherlock'
export OPENAI_API_KEY="" alias maigret='uvx maigret\[pdf\]'
export GOOGLE_AI_API_KEY="" alias audio-summary="uvx --from git+https://gitea.arnodo.fr/Damien/audio-summary-with-local-LLM audio-summary"
export ANTHROPIC_API_KEY=""
# Scaleway CLI autocomplete initialization. # Scaleway CLI autocomplete initialization.
eval "$(scw autocomplete script shell=zsh)" eval "$(scw autocomplete script shell=zsh)"
# NetLab
export PATH="$HOME/Tools/NetLab:$PATH"