From ab914a2f71bc0b05f86e37cda4192537fe39e134 Mon Sep 17 00:00:00 2001 From: Mathias Fussenegger Date: Thu, 5 Oct 2023 13:53:20 +0200 Subject: [PATCH] zsh: Remove fzf from z.lua init Due to https://github.com/skywind3000/z.lua/issues/186 --- shell/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/.zshrc b/shell/.zshrc index bff1ff5f..58c96949 100644 --- a/shell/.zshrc +++ b/shell/.zshrc @@ -21,4 +21,4 @@ source ~/.zsh/plugins/pure.zsh [ -f ~/.zshrc.secret ] && source ~/.zshrc.secret [ -f ~/.dircolors ] && eval $(dircolors ~/.dircolors) -eval "$(lua ~/.zsh/plugins/z.lua --init zsh once enhanced fzf)" +eval "$(lua ~/.zsh/plugins/z.lua --init zsh once enhanced)"