From 4ef5c5339256cb01ba78e13d2cbbe63301e21f69 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Fri, 24 Jan 2025 13:01:11 +0100 Subject: [PATCH] add minio client to PATH --- .chezmoitemplates/zshrc_linux.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index fa13f40..c8f237d 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -109,6 +109,7 @@ function preexec { export PNPM_HOME="$HOME/.local/share/pnpm" export PATH="$PATH:$HOME/bin:$HOME/.local/bin" export PATH=$PATH:/usr/local/go/bin +export PATH=$PATH:$HOME/minio-binaries/ source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh