aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r--.config/fish/config.fish8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 9441183..bfc8d04 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -33,5 +33,13 @@ if status is-interactive
# Environment Variable Declarations
export PF_INFO="ascii title os kernel uptime pkgs memory"
+ # LESS TERMCAP Variables (for colored man pages)
+ set -gx LESS_TERMCAP_mb \e'[1;32m'
+ set -gx LESS_TERMCAP_md \e'[1;32m'
+ set -gx LESS_TERMCAP_me \e'[0m'
+ set -gx LESS_TERMCAP_se \e'[0m'
+ set -gx LESS_TERMCAP_so \e'[01;31m'
+ set -gx LESS_TERMCAP_ue \e'[0m'
+ set -gx LESS_TERMCAP_us \e'[1;4;33m'
end