mirror of
https://github.com/gwebu-team/profile.d.git
synced 2025-12-11 13:15:45 +00:00
10 lines
169 B
Bash
Executable file
10 lines
169 B
Bash
Executable file
EDITOR=mcedit
|
|
export EDITOR
|
|
|
|
HISTSIZE=20480
|
|
export HISTSIZE
|
|
|
|
if [ -x /usr/bin/fzf ]; then
|
|
FZF_DEFAULT_OPTS="--history-size=$HISTSIZE"
|
|
export FZF_DEFAULT_OPTS
|
|
fi
|