From 71a757a37d99d13e8b750cc43f5c791b6aa2f1fa Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Wed, 22 Nov 2023 19:22:36 +0900 Subject: [PATCH] feat(zshrc): add JetBrains Toolbox path --- zsh/env.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/env.zsh b/zsh/env.zsh index 8a9666e..56a3f59 100644 --- a/zsh/env.zsh +++ b/zsh/env.zsh @@ -179,6 +179,10 @@ if [[ -d $HOME/.asdf/installs/rust/1.51.0/bin ]]; then export PATH="$PATH:$HOME/.asdf/installs/rust/1.51.0/bin" fi +if [[ -d $HOME/Library/Application\ Support/JetBrains/Toolbox/scripts ]]; then + export PATH=$PATH:$HOME/Library/Application\ Support/JetBrains/Toolbox/scripts/ +fi + export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH" if [[ -d $HOME/Sync/beancount ]]; then