feat(main, config): the big fzf update

This commit is contained in:
Paul Fey 2024-11-02 12:16:49 +01:00
parent 4de9fd9e30
commit 11a19acd9e
2 changed files with 23 additions and 1 deletions

View file

@ -11,7 +11,12 @@ OMP_THEME="basic"
HISTSIZE=5000
#
## Whether to show pfetch when a shell starts or the shell is cleared. Only works if pfetch is installed
## Possible Valuse: 0 (disabled), 1 (enabled, default)
## Possible values: 0 (disabled), 1 (enabled, default)
#
SHOW_PFETCH=1
#
## Whether to use fzf for shell completions and other cool stuff. Only works when fzf is installed
## Possible values: 0 (disabled), 1 (enabled, default)
#
USE_FZF=1
#