Fix completions issues
This commit is contained in:
parent
e8b4bfb692
commit
c2ba1b7631
1 changed files with 6 additions and 3 deletions
|
@ -47,7 +47,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 github vi-mode fzf python)
|
||||
plugins=(sudo taskwarrior common-aliases git-flow vi-mode fzf python)
|
||||
#plugins+=(zsh-vi-mode)
|
||||
plugins+=(fzf-tab)
|
||||
|
||||
|
@ -105,6 +105,7 @@ export PATH="$PATH:/home/kellya/go/bin"
|
|||
#export WORKON_HOME=/mnt/vdisks/projects/python_virtualenvs
|
||||
export LPASS_AGENT_TIMEOUT=0
|
||||
export PATH="/usr/local/heroku/bin:$PATH"
|
||||
export OPENCV_LOG_LEVEL=OFF
|
||||
|
||||
#Source all the custom functions
|
||||
# Load custom functions
|
||||
|
@ -127,8 +128,6 @@ alias ashow="litecli --auto-vertical-output /home/kellya/snap/accountable2you/co
|
|||
alias akill="litecli --auto-vertical-output /home/kellya/snap/accountable2you/common/storage.db -e \"delete from log;\""
|
||||
alias mutt="neomutt"
|
||||
fpath+=~/.zfunc
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
kitty + complete setup zsh | source /dev/stdin
|
||||
#
|
||||
# Enable 'z' tracking for directory speediness
|
||||
|
@ -168,3 +167,7 @@ eval "$(fasd --init auto)"
|
|||
source ~/.zplug/init.zsh
|
||||
zplug "wookayin/fzf-fasd"
|
||||
zplug "plugins/git", from:oh-my-zsh
|
||||
# If this isn't the last thing, you will drive yourself crazy with completions that don't work even though it looks like they should.
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source /home/kellya/.config/tea/autocomplete.zsh
|
||||
|
|
Loading…
Reference in a new issue