Browse Source

feat(zshrc): add JetBrains Toolbox path

master
Ein Verne 12 months ago
parent
commit
71a757a37d
  1. 4
      zsh/env.zsh

4
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" export PATH="$PATH:$HOME/.asdf/installs/rust/1.51.0/bin"
fi 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" export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
if [[ -d $HOME/Sync/beancount ]]; then if [[ -d $HOME/Sync/beancount ]]; then

Loading…
Cancel
Save