Openwrt/obsolete-buildroot/sources/openwrt/root/etc/profile

9 lines
146 B
Plaintext
Raw Normal View History

2004-08-12 05:47:00 +00:00
#!/bin/sh
[ -f /etc/banner ] && cat /etc/banner
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PS1='\u@\h:\w\$ '
alias less=more
alias vim=vi