source:
freewrt/package/base-files/default/etc/profile@
78a09a5
| Last change on this file since 78a09a5 was 78a09a5, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 333 bytes | |
| Line | |
|---|---|
| 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 | |
| 11 | [ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; } |
| 12 | [ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; } |
| 13 | reboot() { ifdown wan >&- 2>&-; /sbin/reboot; } |
Note:
See TracBrowser
for help on using the repository browser.
