mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 06:43:10 +02:00
512afda668
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@134 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
150 B
Bash
9 lines
150 B
Bash
#!/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'
|