fix completions

This commit is contained in:
Simon Rieger 2024-10-30 17:09:02 +01:00
parent 618c7ed3ec
commit 17255ba14c

View file

@ -123,7 +123,6 @@ export EDITOR=vim
alias wezterm='flatpak run org.wezfurlong.wezterm'
fpath=(~/.zsh/completion $fpath)
fpath=(~/.docker/completions \\$fpath)
autoload -Uz compinit
compinit