summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@also>2011-05-28 15:32:48 +0200
committertv <tv@also>2011-05-28 15:32:48 +0200
commit74ce93d9fd57eea755bcf56d84edc9d19099d7a7 (patch)
tree09404d9420020be0c984af7c60e89bcb0dbf5e64
parent384b0ad8d9afdd97b0384dc49d4b58d8aaa8b0db (diff)
infest//profile: hotfix PS1
-rwxr-xr-xmodules/infest/skel/etc/profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/infest/skel/etc/profile b/modules/infest/skel/etc/profile
index 574d14dc..2812c86c 100755
--- a/modules/infest/skel/etc/profile
+++ b/modules/infest/skel/etc/profile
@@ -43,10 +43,10 @@ esac
PS1='\[\033[${PS1_COLOR}m\]$(PS1)\[\033[32m\]\w\[\033[39m\]${PSx-} ' # green \w
PS1='\[\033[32m\]\w\[\033[m\] ' # green \w
-if test -n "${SSH_CLIENT-}" ; then
+#if test -n "${SSH_CLIENT-}" ; then
PS1='\[\033[35m\]\h'" $PS1" # prefix with magenta hostname
#TERM=xterm-256color xtermcontrol --bg \#292d29 --fg \#d0d0d0
-fi
+#fi
export PATH="/krebs/bin:$PATH"