]> git.pld-linux.org Git - packages/zsh.git/commitdiff
PS1 shouldn't be exported (as every shell uses own format and it shouldn't be inherited)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 22 Nov 2011 21:28:02 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zshrc -> 1.14

zshrc

diff --git a/zshrc b/zshrc
index 2af6ed6e0527bee88859194dda71d9dccdbf9e7e..f09eb43ea9e07a1dad12b9ebb1241c498e503dc8 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -24,7 +24,6 @@ bindkey `tput kcuu1` history-beginning-search-backward >/dev/null 2>&1
 bindkey `tput kcud1` history-beginning-search-forward >/dev/null 2>&1
 
 PS1='[%n@%m %~]%(!.#.%\$) '
-export PS1
 
 case "$TERM" in
        xterm*|nxterm|gnome*|rxvt*|konsole*)
This page took 0.139307 seconds and 4 git commands to generate.