mirror of https://github.com/hak5/openwrt-owl.git
parent
59a00d52a9
commit
6d27b16e2b
|
@ -2,7 +2,8 @@
|
||||||
[ -f /etc/banner ] && cat /etc/banner
|
[ -f /etc/banner ] && cat /etc/banner
|
||||||
|
|
||||||
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||||
export HOME=/root
|
export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6)
|
||||||
|
export HOME=${HOME:-/root}
|
||||||
export PS1='\u@\h:\w\$ '
|
export PS1='\u@\h:\w\$ '
|
||||||
|
|
||||||
[ -x /bin/more ] || alias more=less
|
[ -x /bin/more ] || alias more=less
|
||||||
|
|
Loading…
Reference in New Issue