mirror of
https://github.com/gunchev/home_bin.git
synced 2025-11-20 12:15:46 +00:00
8 lines
129 B
Bash
Executable file
8 lines
129 B
Bash
Executable file
EDITOR=mcedit
|
|
export EDITOR
|
|
|
|
HISTSIZE=20480
|
|
export HISTSIZE
|
|
|
|
FZF_DEFAULT_OPTS="--history-size=$HISTSIZE"
|
|
export FZF_DEFAULT_OPTS
|