summaryrefslogtreecommitdiff
path: root/over/etc/profile
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-22 14:38:20 +0000
committerJay Freeman <saurik@saurik.com>2008-01-22 14:38:20 +0000
commit07a5e092578a19ddb0f1447a8de4b8c9a46f90c4 (patch)
tree0104cc420df9c63862e20bd77aa158be7f0a4d6c /over/etc/profile
parent553360b2ff0e9e48b7aff9eadeb0adbadf6c2bbc (diff)
Adding overlay files to repository while fixing /etc/profile.
git-svn-id: http://svn.telesphoreo.org/trunk@32 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'over/etc/profile')
-rw-r--r--over/etc/profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/over/etc/profile b/over/etc/profile
new file mode 100644
index 000000000..f17e7548a
--- /dev/null
+++ b/over/etc/profile
@@ -0,0 +1,4 @@
+if [[ $TERM = network || -z $TERM ]]; then export TERM=xterm; fi
+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