openwrtv3/root/etc/profile
Mike Baker 2d13bb1d62 add a few aliases that were nagging me
SVN-Revision: 108
2004-07-20 18:06:24 +00:00

8 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'