mirror of https://github.com/hak5/openwrt-owl.git
parent
41c88e0092
commit
a2d6de33b5
|
@ -4,7 +4,7 @@
|
||||||
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||||
export PS1='\u@\h:\w\$ '
|
export PS1='\u@\h:\w\$ '
|
||||||
|
|
||||||
[ -x /usr/bin/less ] || alias less=more
|
alias more=less
|
||||||
[ -x /usr/bin/vim ] || alias vim=vi
|
[ -x /usr/bin/vim ] || alias vim=vi
|
||||||
|
|
||||||
arp() { cat /proc/net/arp; }
|
arp() { cat /proc/net/arp; }
|
||||||
|
|
|
@ -127,7 +127,7 @@ config BUSYBOX_CONFIG_LAST
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_LESS
|
config BUSYBOX_CONFIG_LESS
|
||||||
bool "less"
|
bool "less"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
'less' is a pager, meaning that it displays text files. It possesses
|
'less' is a pager, meaning that it displays text files. It possesses
|
||||||
a wide array of features, and is an improvement over 'more'.
|
a wide array of features, and is an improvement over 'more'.
|
||||||
|
|
|
@ -315,7 +315,7 @@ config BUSYBOX_CONFIG_FEATURE_MKSWAP_V0
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_MORE
|
config BUSYBOX_CONFIG_MORE
|
||||||
bool "more"
|
bool "more"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
more is a simple utility which allows you to read text one screen
|
more is a simple utility which allows you to read text one screen
|
||||||
sized page at a time. If you want to read text that is larger than
|
sized page at a time. If you want to read text that is larger than
|
||||||
|
|
Loading…
Reference in New Issue