Fix fasd word completion (',') by loading after completion module

This commit is contained in:
Adam Goldsmith 2020-01-12 09:30:58 -05:00
parent 39c9c98176
commit fccf010a3a
1 changed files with 2 additions and 1 deletions

3
.zimrc
View File

@ -7,7 +7,6 @@
zmodule environment
zmodule git
zmodule input
zmodule fasd
zmodule termtitle
zmodule utility
@ -18,6 +17,8 @@ zmodule https://adamgoldsmith.name/cgit/zsh/fred-prompt.git
zmodule zsh-users/zsh-completions
# completion must be sourced after zsh-users/zsh-completions
zmodule completion
# fast must be loaded after completion
zmodule fasd
zmodule zsh-users/zsh-autosuggestions
# zsh-users/zsh-syntax-highlighting must be sourced after completion
zmodule zsh-users/zsh-syntax-highlighting