summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-01-25 10:10:08 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2007-01-25 10:10:08 +0000
commitf14b2ae529fa69c663947dbbc9658a2bde346404 (patch)
tree862886fac0909d76ec6cf05b4948c8e080f586c0 /generic
parentd7c14934a5000a8d63f2e6303c1fa89fa550036b (diff)
downloadptxdist-f14b2ae529fa69c663947dbbc9658a2bde346404.tar.gz
ptxdist-f14b2ae529fa69c663947dbbc9658a2bde346404.tar.xz
make PS1, PS2 and PS4 hardwired. We had too much hassle with eight backslashes in the config files
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6917 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'generic')
-rw-r--r--generic/etc/profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/etc/profile b/generic/etc/profile
index 9e7ff1df3..1a617b73e 100644
--- a/generic/etc/profile
+++ b/generic/etc/profile
@@ -13,9 +13,9 @@ if [ "$TERM" != "linux" ]; then
stty erase ^H
fi
-PS1=@PS1@
-PS2=@PS2@
-PS4=@PS4@
+PS1="\\u@\\h:\\w "
+PS2=" >"
+PS4="+ "
alias vim='vi'
alias l='ls -l'