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