快捷搜索:   nginx

linux中给man命令加上颜色

给man命令加上颜色

1.#vi ~/.profile

2.添加如下代码

# For colourful man pages (CLUG-Wiki style)
export LESS_TERMCAP_mb=$'\E[01;31m'
export LESS_TERMCAP_md=$'\E[01;31m'
export LESS_TERMCAP_me=$'\E[0m'
export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_so=$'\E[01;44;33m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;32m'

3. #source .profile
OK

顶(0)
踩(0)

您可能还会对下面的文章感兴趣:

最新评论