mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-02 14:43:20 +01:00
8 lines
146 B
Bash
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'
|