add scripts path for pycharm
This commit is contained in:
parent
fe2ac6cb69
commit
9ae6d01c43
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue