1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-21 15:11:58 +03:00
digga/profiles/develop/zsh/functions/man

9 lines
217 B
Plaintext
Raw Normal View History

# colorful man pages
LESS_TERMCAP_md=$'\e[01;31m' \
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;32m' \
@man@/bin/man "$@"