Adding FZF defaults to shell configs.

This commit is contained in:
Derek Taylor
2025-02-23 16:32:54 -06:00
parent aeec5af2e4
commit a038a98cbc
3 changed files with 9 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ export HISTCONTROL=ignoredups:erasedups # no duplicate entries
export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in terminal
export VISUAL="emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode
### SET FZF DEFAULTS
export FZF_DEFAULT_OPTS="--layout=reverse --border=bold --border=rounded --margin=3% --color=dark"
### SET MANPAGER
### Uncomment only one of these!