diff options
Diffstat (limited to '.config/fish/config.fish')
-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') |