diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-26 05:50:20 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-26 05:50:20 +0100 |
commit | de16549e878ba48cf14085e8a6919b019641aa70 (patch) | |
tree | 15f27c20d60f943af2670cb176c69eff9585718a /.config/fish/config.fish | |
parent | Better alias (diff) | |
download | dotfiles-bsd-de16549e878ba48cf14085e8a6919b019641aa70.tar.gz dotfiles-bsd-de16549e878ba48cf14085e8a6919b019641aa70.tar.bz2 dotfiles-bsd-de16549e878ba48cf14085e8a6919b019641aa70.tar.xz dotfiles-bsd-de16549e878ba48cf14085e8a6919b019641aa70.tar.zst dotfiles-bsd-de16549e878ba48cf14085e8a6919b019641aa70.zip |
Added cursorline to vim
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r-- | .config/fish/config.fish | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 798aa03..4bc0a45 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -19,6 +19,14 @@ 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' +export LESS="--RAW-CONTROL-CHARS" +export LESS_TERMCAP_mb="\e[1;32m" +export LESS_TERMCAP_md="\e[1;32m" +export LESS_TERMCAP_me="\e[0m" +export LESS_TERMCAP_se="\e[0m" +export LESS_TERMCAP_so="\e[01;33m" +export LESS_TERMCAP_ue="\e[0m" +export LESS_TERMCAP_us="\e[1;4;31m" source $HOME/.config/fish/alias.fish |