aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-05-27 17:41:49 -0400
committerxero <x@xero.nu>2014-05-27 17:41:49 -0400
commit012101269069b6aa6cde5b04c16423b9914b3357 (patch)
tree7ac3b7c34e6a99aae76b7558d0eaf4737339df37
parent33dda7cc3ad42553778f0a4fe536c045bc307245 (diff)
downloaddotfiles_ascii-012101269069b6aa6cde5b04c16423b9914b3357.tar.xz
dotfiles_ascii-012101269069b6aa6cde5b04c16423b9914b3357.zip
add code sauce
-rw-r--r--.zsh/colored-man-pages.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh/colored-man-pages.zsh b/.zsh/colored-man-pages.zsh
index f0a96a0..6854d97 100644
--- a/.zsh/colored-man-pages.zsh
+++ b/.zsh/colored-man-pages.zsh
@@ -1,3 +1,4 @@
+#█▓▒░ source: https://github.com/imkira/dotfiles/blob/master/.zsh/colored-man-pages.zsh
export LESS_TERMCAP_mb=$'\E[01;31m'
export LESS_TERMCAP_md=$'\E[01;38;5;74m'
export LESS_TERMCAP_me=$'\E[0m'