diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-24 23:34:48 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-24 23:34:48 +0200 |
commit | 952047fc303d6980a83b8254a3d0ffe64560503b (patch) | |
tree | ad714d40c14cd7bb4aafeb7d0c9e1e86708919b6 | |
parent | update (diff) | |
download | dotfiles-bsd-952047fc303d6980a83b8254a3d0ffe64560503b.tar.gz dotfiles-bsd-952047fc303d6980a83b8254a3d0ffe64560503b.tar.bz2 dotfiles-bsd-952047fc303d6980a83b8254a3d0ffe64560503b.tar.xz dotfiles-bsd-952047fc303d6980a83b8254a3d0ffe64560503b.tar.zst dotfiles-bsd-952047fc303d6980a83b8254a3d0ffe64560503b.zip |
fuck yes
-rw-r--r-- | .config/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/env b/.config/env index 107412b..7232d48 100644 --- a/.config/env +++ b/.config/env @@ -76,7 +76,7 @@ export CCACHE_LOGFILE='/var/log/ccache.log' export FZF_DEFAULT_COMMAND="ag -g '' -i --hidden --nocolor --ignore .git --ignore dotfiles-bsd --ignore .ccls-cache --ignore GIMP --ignore iridium --ignore google-chrome --ignore chromium --ignore elpa --ignore Gpredict --ignore .cache" # 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" +export LESS="-R -c -S" export LESSHISTFILE='-' export MANPAGER="less -R -M +Gg" export MPD_HOST="$HOME"/.local/share/mpd/socket |