[zsh] bashcomp

This commit is contained in:
odrling 2021-04-05 22:48:40 +02:00
parent 8ffe63b7d7
commit b14881f6ed

3
.zshrc
View file

@ -1,4 +1,3 @@
stty -ixon # Disable ctrl-s and ctrl-q.
# ssh-agent
@ -53,6 +52,7 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p
}
autoload -Uz compinit && compinit
autoload -U +X bashcompinit && bashcompinit && complete -o bashdefault -o default -o nospace -C qpdf qpdf
zstyle ':completion::complete:*' use-cache 1
export HISTFILE=~/.histfile
@ -89,4 +89,3 @@ alias ffprobe="ffprobe -hide_banner"
[ -f ~/.local_env ] && . ~/.local_env
[ -f ~/.zshrc.local ] && . ~/.zshrc.local
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh