summaryrefslogtreecommitdiff
path: root/over/etc/profile
diff options
context:
space:
mode:
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