diff --git a/dot_zshrc b/dot_zshrc index a36aea9..a66f3b9 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -55,7 +55,7 @@ HIST_STAMPS="yyyy-mm-dd" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. # plugins=(git) -plugins=(sudo taskwarrior common-aliases git-flow vi-mode fzf python) +plugins=(sudo taskwarrior common-aliases git-flow vi-mode fzf python poetry) #plugins+=(zsh-vi-mode) plugins+=(fzf-tab) @@ -114,6 +114,7 @@ export PATH="$PATH:/home/kellya/go/bin" export LPASS_AGENT_TIMEOUT=0 export PATH="/usr/local/heroku/bin:$PATH" export OPENCV_LOG_LEVEL=OFF +export PATH="/home/kellya/node_modules/.bin/:$PATH" #Source all the custom functions # Load custom functions @@ -186,3 +187,5 @@ PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source /home/kellya/.config/tea/autocomple # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh + +export PATH="/home/kellya/.deta/bin:$PATH"