mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-05 23:51:06 +02:00
9 lines
146 B
Bash
9 lines
146 B
Bash
#!/bin/sh
|
|
[ -f /etc/motd ] && cat /etc/motd
|
|
|
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
export PS1='\u@\h:\w\$ '
|
|
|
|
alias less='more'
|
|
alias vim='vi'
|