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
eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="/opt/homebrew/opt/libpq/bin:$PATH"
# Direnv
eval "$(direnv hook zsh)"
@@ -116,13 +117,15 @@ eval "$(direnv hook zsh)"
# Starship
eval "$(starship init zsh)"
# Infrahub
# Aliases
alias infrahubctl="uvx --from 'infrahub-sdk[ctl]' infrahubctl"
# LLM API KEYS
export OPENAI_API_KEY=""
export GOOGLE_AI_API_KEY=""
export ANTHROPIC_API_KEY=""
alias gnmi-eos='uvx --from git+https://gitea.arnodo.fr/Damien/gnmi-eos gnmi-eos'
alias sherlock='uvx --from sherlock-project sherlock'
alias maigret='uvx maigret\[pdf\]'
alias audio-summary="uvx --from git+https://gitea.arnodo.fr/Damien/audio-summary-with-local-LLM audio-summary"
# Scaleway CLI autocomplete initialization.
eval "$(scw autocomplete script shell=zsh)"
# NetLab
export PATH="$HOME/Tools/NetLab:$PATH"