add minio client to PATH
This commit is contained in:
parent
be65064e05
commit
4ef5c53392
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue