diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-31 19:02:55 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-31 19:02:55 +0100 |
commit | dbb892bbddbc9941de2019923246ed94d332f850 (patch) | |
tree | 05ce592d0fcae0d0f1b353e4f8f7203802e8390e /.config/fish/config.fish | |
parent | Moving in progress (diff) | |
download | dotfiles-bsd-dbb892bbddbc9941de2019923246ed94d332f850.tar.gz dotfiles-bsd-dbb892bbddbc9941de2019923246ed94d332f850.tar.bz2 dotfiles-bsd-dbb892bbddbc9941de2019923246ed94d332f850.tar.xz dotfiles-bsd-dbb892bbddbc9941de2019923246ed94d332f850.tar.zst dotfiles-bsd-dbb892bbddbc9941de2019923246ed94d332f850.zip |
Still moving stuff around
Diffstat (limited to '')
-rw-r--r-- | .config/fish/config.fish | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ef37ebf..f653708 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,3 +1,10 @@ +# config.fish +# _ +# | | ___ ___ +# _ | |/ _ \ / _ \ +# | |_| | (_) | __/ +# \___/ \___/ \___| + export LESS_TERMCAP_mb=(printf '\e[1;31m') export LESS_TERMCAP_md=(printf '\e[1;31m') export LESS_TERMCAP_me=(printf '\e[0m') |