mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Remove colored man.
It really wasn't an improvement.
This commit is contained in:
@@ -57,17 +57,6 @@ fi
|
|||||||
|
|
||||||
eval "$(dircolors)"
|
eval "$(dircolors)"
|
||||||
|
|
||||||
# Colored man output
|
|
||||||
man() {
|
|
||||||
LESS_TERMCAP_md=$'\e[01;36m' \
|
|
||||||
LESS_TERMCAP_me=$'\e[0m' \
|
|
||||||
LESS_TERMCAP_se=$'\e[0m' \
|
|
||||||
LESS_TERMCAP_so=$'\e[01;44;33m' \
|
|
||||||
LESS_TERMCAP_ue=$'\e[0m' \
|
|
||||||
LESS_TERMCAP_us=$'\e[01;33m' \
|
|
||||||
command man "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Initialize the prompt
|
# Initialize the prompt
|
||||||
source "${ZDOTDIR:-$HOME}/.zshtheme"
|
source "${ZDOTDIR:-$HOME}/.zshtheme"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user