mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Fixing error in FZF_DEFAULT_OPTS
This commit is contained in:
@@ -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 VISUAL "emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode
|
||||||
|
|
||||||
### SET FZF DEFAULTS
|
### 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
|
### SET MANPAGER
|
||||||
### Uncomment only one of these!
|
### Uncomment only one of these!
|
||||||
|
|||||||
Reference in New Issue
Block a user