From fccf010a3a5038e56db4a9442718c18ba2873f6f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 12 Jan 2020 09:30:58 -0500 Subject: [PATCH] Fix fasd word completion (',') by loading after completion module --- .zimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zimrc b/.zimrc index 45ac343..c00bd9a 100644 --- a/.zimrc +++ b/.zimrc @@ -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