From 9ae6d01c43de22d46e129cbb502c95e3c10a04f4 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 22 Feb 2024 16:12:44 -0500 Subject: [PATCH] add scripts path for pycharm --- dot_zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc b/dot_zshrc index 33a94e2..2591435 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -187,6 +187,7 @@ PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source /home/kellya/.config/tea/autocomple [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh export PATH="/home/kellya/.deta/bin:$PATH" +export PATH="/home/kellya/local/share/JetBrains/Toolbox/scripts:$PATH" #eval $(thefuck --alias) eval "$(op completion zsh)"; compdef _op op