source:
freewrt/package/base-files/default/etc/profile@
475ad56
| Last change on this file since 475ad56 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 319 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | [ -f /etc/banner ] && cat /etc/banner |
| 3 | |
| 4 | export PATH=/bin:/sbin:/usr/bin:/usr/sbin |
| 5 | export PS1='\u@\h:\w\$ ' |
| 6 | |
| 7 | [ -x /usr/bin/less ] || alias less=more |
| 8 | [ -x /usr/bin/vim ] || alias vim=vi |
| 9 | |
| 10 | arp() { cat /proc/net/arp; } |
| 11 | ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; } |
| 12 | reboot() { ifdown wan 2>&1 >/dev/null ; /sbin/reboot; } |
Note:
See TracBrowser
for help on using the repository browser.
