diff options
Diffstat (limited to '.config/env')
-rw-r--r-- | .config/env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/env b/.config/env index a972505..3dca680 100644 --- a/.config/env +++ b/.config/env @@ -101,6 +101,7 @@ export FZF_DEFAULT_COMMAND='fd -i -H -c never -j9 -E .git -E dotfiles-bsd -E .cc # export FZF_DEFAULT_COMMAND='rg --color never --files --hidden' export FZF_DEFAULT_OPTS='--height 60% --layout=reverse --border=left --tabstop=4' export LESS='-R -c -S' +export MORE_SWITCHES='-ct4' export MPD_HOST="$XDG_DATA_HOME"/mpd/socket export NNN_OPTS='aAdcrRQx' export NNN_COLORS='4132' |