mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Adding FZF defaults to shell configs.
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -12,6 +12,9 @@ export HISTCONTROL=ignoredups:erasedups # no duplicate entries
|
|||||||
export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in terminal
|
export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in terminal
|
||||||
export VISUAL="emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode
|
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
|
### SET MANPAGER
|
||||||
### Uncomment only one of these!
|
### Uncomment only one of these!
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ set TERM "xterm-256color" # Sets the terminal type
|
|||||||
set EDITOR "emacsclient -t -a ''" # $EDITOR use Emacs in terminal
|
set EDITOR "emacsclient -t -a ''" # $EDITOR use Emacs in terminal
|
||||||
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_DEFAULT_OPTS "--layout=reverse --border=bold --border=rounded --margin=3% --color=dark"
|
||||||
|
|
||||||
### SET MANPAGER
|
### SET MANPAGER
|
||||||
### Uncomment only one of these!
|
### Uncomment only one of these!
|
||||||
|
|
||||||
|
|||||||
3
.zshrc
3
.zshrc
@@ -11,6 +11,9 @@ export HISTORY_IGNORE="(ls|cd|pwd|exit|sudo reboot|history|cd -|cd ..)"
|
|||||||
export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in terminal
|
export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in terminal
|
||||||
export VISUAL="emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode
|
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
|
### SET MANPAGER
|
||||||
### Uncomment only one of these!
|
### Uncomment only one of these!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user