浏览代码

fix function man

pull/1/head
10sr 11 年前
父节点
当前提交
b4331eb49a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc 查看文件

@@ -223,7 +223,7 @@ man() {
LESS_TERMCAP_so=$(printf "\e[1;44;33m") \
LESS_TERMCAP_ue=$(printf "\e[0m") \
LESS_TERMCAP_us=$(printf "\e[1;32m") \
command man "$@"
man "$@"
}

scr(){


正在加载...
取消
保存