summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--root/etc/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/root/etc/profile b/root/etc/profile
index 4729abc02..cf2194bd8 100644
--- a/root/etc/profile
+++ b/root/etc/profile
@@ -1,4 +1,5 @@
#!/bin/sh
[ -f /etc/motd ] && cat /etc/motd
+
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PS1='\u@\h:\w\$ '