diff --git a/zsh/zshrc b/zsh/zshrc index f83a36f..b44406a 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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"