]> git.pld-linux.org Git - projects/setup.git/commitdiff
- HOME_ETC,
authorTomasz Pala <gotar@pld-linux.org>
Tue, 30 Mar 2004 22:17:00 +0000 (22:17 +0000)
committerTomasz Pala <gotar@pld-linux.org>
Tue, 30 Mar 2004 22:17:00 +0000 (22:17 +0000)
- RPS1 is back, but not exported

Changed files:
    etc/profile -> 1.33

etc/profile

index 46b0ff4459ea575b17bc6099910ab5c0bde397a5..592ee89a4391ff20dade4c6a90cf12c226f83810 100644 (file)
@@ -24,7 +24,8 @@ HISTFILESIZE=1000
 
 # home_etc user config-dirs
 #CONFIG_DIR=etc
-#export CONFIG_DIR
+#HOME_ETC=$HOME/$CONFIG_DIR
+#export CONFIG_DIR HOME_ETC
 
 #
 # Setup the environment for various shells
@@ -124,6 +125,7 @@ case "$SH" in
        ;;
   zsh)
        PS1='[%n@%m %~]%(!.#.%\$) '
+       RPS1="%T"
 
        # other HISTFILE, zsh uses diffrent fmt
        HISTFILE=~/.historyz
This page took 0.034846 seconds and 4 git commands to generate.