add deta for testing, and poetry plugin
This commit is contained in:
parent
288494b1eb
commit
84f34c4311
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue