Parent Directory
|
Revision Log
remove the “reboot” shell alias, like in trunk when we introduced the fwcf reboot script hook, ok tha@
| 1 | PATH=/bin:/sbin:/usr/bin:/usr/sbin |
| 2 | PS1='\u@\h:\w\$ ' |
| 3 | |
| 4 | export PATH PS1 |
| 5 | |
| 6 | cat /etc/banner 2>&- |
| 7 | |
| 8 | [ -x /usr/bin/less ] || alias less=more |
| 9 | [ -x /usr/bin/vim ] || alias vim=vi |
| 10 | alias ll="ls -l" |
| 11 | |
| 12 | [ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; } |
| 13 | [ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; } |
| 14 | |
| 15 | [ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc |
| root@freewrt.org:443 | ViewVC Help |
| Powered by ViewVC 1.1.20 |