diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-15 08:41:55 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-15 08:41:55 +0000 |
commit | 9c06c9aa4f6174d9a17a023576d3039d27f84fcf (patch) | |
tree | 0e98e20e7e1dba31b9d2350a843202f6317a1b45 /data/profile.d/profile | |
parent | 2bcf623a567c3f4507a6d781976a20b6d1531679 (diff) |
I forgot to add profile.d.
git-svn-id: http://svn.telesphoreo.org/trunk@663 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/profile.d/profile')
-rw-r--r-- | data/profile.d/profile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/profile.d/profile b/data/profile.d/profile new file mode 100644 index 000000000..af1a3d2ac --- /dev/null +++ b/data/profile.d/profile @@ -0,0 +1,9 @@ +export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games' +export PS1='\h:\w \u\$ ' +umask 022 + +for i in /etc/profile.d/*.sh ; do + if [ -r "$i" ]; then + . $i + fi +done |