add deta for testing, and poetry plugin

This commit is contained in:
Alex Kelly 2022-02-20 22:04:08 -05:00
parent 288494b1eb
commit 84f34c4311

View file

@ -55,7 +55,7 @@ HIST_STAMPS="yyyy-mm-dd"
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
# plugins=(git) # 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+=(zsh-vi-mode)
plugins+=(fzf-tab) plugins+=(fzf-tab)
@ -114,6 +114,7 @@ export PATH="$PATH:/home/kellya/go/bin"
export LPASS_AGENT_TIMEOUT=0 export LPASS_AGENT_TIMEOUT=0
export PATH="/usr/local/heroku/bin:$PATH" export PATH="/usr/local/heroku/bin:$PATH"
export OPENCV_LOG_LEVEL=OFF export OPENCV_LOG_LEVEL=OFF
export PATH="/home/kellya/node_modules/.bin/:$PATH"
#Source all the custom functions #Source all the custom functions
# Load 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. # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
export PATH="/home/kellya/.deta/bin:$PATH"