Browse Source

fix function man

pull/1/head
10sr 11 years ago
parent
commit
b4331eb49a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc View File

@@ -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(){


Loading…
Cancel
Save