packages: zsh/zshrc PS1 shouldn't be exported (as every shell uses own form...

arekm arekm at pld-linux.org
Tue Nov 22 22:28:07 CET 2011


Author: arekm                        Date: Tue Nov 22 21:28:07 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
PS1 shouldn't be exported (as every shell uses own format and it shouldn't be inherited)

---- Files affected:
packages/zsh:
   zshrc (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/zsh/zshrc
diff -u packages/zsh/zshrc:1.13 packages/zsh/zshrc:1.14
--- packages/zsh/zshrc:1.13	Thu Feb 19 09:27:22 2009
+++ packages/zsh/zshrc	Tue Nov 22 22:28:02 2011
@@ -24,7 +24,6 @@
 bindkey `tput kcud1` history-beginning-search-forward >/dev/null 2>&1
 
 PS1='[%n@%m %~]%(!.#.%\$) '
-export PS1
 
 case "$TERM" in
 	xterm*|nxterm|gnome*|rxvt*|konsole*)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/zsh/zshrc?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list