diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-28 22:40:07 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-28 22:40:07 +0200 |
commit | e03f97e961fb71a1188b6902aa8c6406cd816bcc (patch) | |
tree | f8956768dd02e993f539da39734d5dbfcae5abc3 | |
parent | a7c3fb1800e94aed3ad8f7cd6656a38ac1e0fb21 (diff) | |
parent | 20603cdbf62812f1df460a245aa19598adde8f69 (diff) |
Merge branch 'master' of github.com:krebscode/painload
-rwxr-xr-x | modules/infest/skel/etc/profile | 4 |
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" |