1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 20:39:49 +03:00
openwrt-xburst/openwrt/target/default/target_skeleton/etc/profile
mbm 6fa165042b openwrt root filesystem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-02-06 00:52:16 +00:00

10 lines
186 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
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }