diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-27 19:34:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-27 19:34:52 +0100 |
commit | a64d73194169f246cfa0e3e2771fd6e881b9400c (patch) | |
tree | c263f078f3e865a8d3edeae8c0832417de0d75c0 /.config/fish/config.fish | |
parent | vimpc update (diff) | |
download | dotfiles-bsd-a64d73194169f246cfa0e3e2771fd6e881b9400c.tar.gz dotfiles-bsd-a64d73194169f246cfa0e3e2771fd6e881b9400c.tar.bz2 dotfiles-bsd-a64d73194169f246cfa0e3e2771fd6e881b9400c.tar.xz dotfiles-bsd-a64d73194169f246cfa0e3e2771fd6e881b9400c.tar.zst dotfiles-bsd-a64d73194169f246cfa0e3e2771fd6e881b9400c.zip |
less basic options update
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ba6b3f2..705d9c9 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -18,7 +18,7 @@ export CCACHE_DIR="/var/cache/ccache-jozan" export CCACHE_LOGFILE="/var/log/ccache.log" export RUSTFLAGS="-L /usr/local/lib" export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border' -set -x LESS "-c -R"; export LESS +set -x LESS "-R"; export LESS set -x MANPAGER "less -M +Gg" # export LESS_TERMCAP_mb="\033[1;32m" # export LESS_TERMCAP_md="\033[1;32m" |