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