summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-28 22:40:07 +0200
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-28 22:40:07 +0200
commite03f97e961fb71a1188b6902aa8c6406cd816bcc (patch)
treef8956768dd02e993f539da39734d5dbfcae5abc3
parenta7c3fb1800e94aed3ad8f7cd6656a38ac1e0fb21 (diff)
parent20603cdbf62812f1df460a245aa19598adde8f69 (diff)
Merge branch 'master' of github.com:krebscode/painload
-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"