move linux packages to linux dir
This commit is contained in:
parent
ceb0f9bf61
commit
9eed69a7ae
10 changed files with 0 additions and 0 deletions
8
linux/busybox/man.sh
Normal file
8
linux/busybox/man.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
export LESS_TERMCAP_md=$'\e[01;34m' \
|
||||
export LESS_TERMCAP_me=$'\e[0m' \
|
||||
export LESS_TERMCAP_se=$'\e[0m' \
|
||||
export LESS_TERMCAP_so=$'\e[01;44;35m' \
|
||||
export LESS_TERMCAP_ue=$'\e[0m' \
|
||||
export LESS_TERMCAP_us=$'\e[01;33m' \
|
||||
|
||||
export MANPAGER="less -r"
|
Loading…
Add table
Add a link
Reference in a new issue