add minio client to PATH

This commit is contained in:
Simon Rieger 2025-01-24 13:01:11 +01:00
parent be65064e05
commit 4ef5c53392

View file

@ -109,6 +109,7 @@ function preexec {
export PNPM_HOME="$HOME/.local/share/pnpm" export PNPM_HOME="$HOME/.local/share/pnpm"
export PATH="$PATH:$HOME/bin:$HOME/.local/bin" export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:$HOME/minio-binaries/
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh