From 405b8c0f09ea13122f71c719303f2da4c52a2c38 Mon Sep 17 00:00:00 2001 From: Grief Date: Sun, 25 Aug 2024 01:52:24 +0100 Subject: [PATCH] fzf --- hooks/shell-interactive/fzf.zsh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hooks/shell-interactive/fzf.zsh diff --git a/hooks/shell-interactive/fzf.zsh b/hooks/shell-interactive/fzf.zsh new file mode 100644 index 0000000..688242f --- /dev/null +++ b/hooks/shell-interactive/fzf.zsh @@ -0,0 +1,4 @@ +. /usr/share/doc/fzf/examples/key-bindings.zsh +. /usr/share/doc/fzf/examples/completion.zsh + +export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS' --color=fg:#808080,bg:-1,hl:#6a8759 --color=fg+:#a9b7c6,bg+:,hl+:#629755 --color=info:#ffc66d,prompt:#cc7832,pointer:#ffc66d --color=marker:#cc7832,spinner:#cc7832,header:#cc7832' \ No newline at end of file