aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/aliases.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh
index 990c175..8636a5d 100644
--- a/zsh/aliases.zsh
+++ b/zsh/aliases.zsh
@@ -31,7 +31,7 @@ sprfile() {
# Colored man
man() {
- env LESS_TERMCAP_mb=$(printf "\e[1;31m") \
+ env LESS_TERMCAP_mb=$(printf "\e[1;31m") \
LESS_TERMCAP_md=$(printf "\e[1;31m") \
LESS_TERMCAP_me=$(printf "\e[0m") \
LESS_TERMCAP_se=$(printf "\e[0m") \