aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/zsh/colored-man-pages.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/zsh/colored-man-pages.zsh')
-rwxr-xr-xdotfiles/zsh/colored-man-pages.zsh24
1 files changed, 0 insertions, 24 deletions
diff --git a/dotfiles/zsh/colored-man-pages.zsh b/dotfiles/zsh/colored-man-pages.zsh
deleted file mode 100755
index 5819c4f..0000000
--- a/dotfiles/zsh/colored-man-pages.zsh
+++ /dev/null
@@ -1,24 +0,0 @@
-# ██
-# ░██
-# ██████ ██████░██
-# ░░░░██ ██░░░░ ░██████
-# ██ ░░█████ ░██░░░██
-# ██ ░░░░░██░██ ░██
-# ██████ ██████ ░██ ░██
-# ░░░░░░ ░░░░░░ ░░ ░░
-#
-# ▓▓▓▓▓▓▓▓▓▓
-# ░▓ author ▓ xero <x@xero.nu>
-# ░▓ code ▓ http://code.xero.nu/dotfiles
-# ░▓ mirror ▓ http://git.io/.files
-# ░▓▓▓▓▓▓▓▓▓▓
-# ░░░░░░░░░░
-#
-#█▓▒░ 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'
-export LESS_TERMCAP_se=$'\E[0m'
-export LESS_TERMCAP_so=$'\E[38;33;246m'
-export LESS_TERMCAP_ue=$'\E[0m'
-export LESS_TERMCAP_us=$'\E[04;38;5;146m'