summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@nc.nor.wtbts.org>2008-10-31 10:03:04 +0000
committerroot <root@nc.nor.wtbts.org>2008-10-31 10:03:04 +0000
commitec6dce5cf226ca243fe17465ec9e18f3e2efd444 (patch)
tree4519fe7161daceb8a14162914eab6d377fd73062
parent302565383119da154381ffd7b1d9df9991fd6ddf (diff)
downloadalpine-baselayout-ec6dce5cf226ca243fe17465ec9e18f3e2efd444.tar.bz2
alpine-baselayout-ec6dce5cf226ca243fe17465ec9e18f3e2efd444.tar.xz
include hostname and full working dir in prompt by default
-rw-r--r--profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile b/profile
index 09701bc..ef97cc8 100644
--- a/profile
+++ b/profile
@@ -1,3 +1,4 @@
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
export PAGER=less
+export PS1='\h:\w\$ '
umask 022