Fixing error in FZF_DEFAULT_OPTS

This commit is contained in:
Derek Taylor
2025-12-17 16:32:15 -06:00
parent 5d05460181
commit b8124483db

View File

@@ -19,7 +19,7 @@ set EDITOR "emacsclient -t -a ''" # $EDITOR use Emacs in termina
set VISUAL "emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode
### SET FZF DEFAULTS
set FZF_DEFAULT_OPTS "--layout=reverse --exact --border=bold --border=rounded --margin=3% --color=dark"
set -gx FZF_DEFAULT_OPTS "--layout=reverse --exact --border=bold --border=rounded --margin=3% --color=dark"
### SET MANPAGER
### Uncomment only one of these!