diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-08 07:28:08 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-08 07:28:08 +0000 |
commit | 78341629c4a2f13eeff799361308dd12f9b7044d (patch) | |
tree | 7e5375a5c67c7dcc4946cfff7c3d2c45d9a2b228 /root/etc/profile | |
parent | e6a04b383a9e5fe8279c58d0753e9d84f75e33ea (diff) |
*** empty log message ***
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/etc/profile')
-rw-r--r-- | root/etc/profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/etc/profile b/root/etc/profile new file mode 100644 index 0000000000..66e8b93dd7 --- /dev/null +++ b/root/etc/profile @@ -0,0 +1,3 @@ +#!/bin/sh +export PATH=/bin:/sbin:/usr/bin:/usr/sbin +export PS1='\u@\h:\w\$ ' |