From 7c9cb722010f0698701bb1f533c51610afac3b77 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 20 May 2022 00:46:49 -0400 Subject: [PATCH] remove fm from zsh ; i never use tui file managers... --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 2122443..026ee97 100644 --- a/zshrc +++ b/zshrc @@ -23,7 +23,7 @@ zplug "junegunn/fzf", from:github, as:command, rename-to:fzf, hook-build:"./inst zplug "junegunn/fzf", use:"shell/*.zsh", defer:2 zplug "Aloxaf/fzf-tab", from:github zplug "alexiszamanidis/zsh-git-fzf" -zplug "ddnexus/fm", hook-build:"./fm__compile" +#zplug "ddnexus/fm", hook-build:"./fm__compile" zplug "larkery/zsh-histdb" #zplug "m42e/zsh-histdb-fzf" zplug 'm42e/zsh-histdb-skim', from:github, at:main