]> git.pld-linux.org Git - packages/setup.git/commitdiff
- added commented out HOME_ETC,
authorTomasz Pala <gotar@pld-linux.org>
Sun, 22 Feb 2004 08:29:52 +0000 (08:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- DO NOT EXPORT F* RPS1 in zsh, it messes subshells like mc!

Changed files:
    setup-profile.patch -> 1.1

setup-profile.patch [new file with mode: 0644]

diff --git a/setup-profile.patch b/setup-profile.patch
new file mode 100644 (file)
index 0000000..5a61f51
--- /dev/null
@@ -0,0 +1,21 @@
+diff -urN setup-2.4.5.orig/etc/profile setup-2.4.5/etc/profile
+--- setup-2.4.5.orig/etc/profile       2003-09-26 10:40:01.000000000 +0200
++++ setup-2.4.5/etc/profile    2004-02-22 09:28:21.000000000 +0100
+@@ -24,7 +24,8 @@
+ # 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
+@@ -125,7 +126,6 @@
+   zsh)
+       PS1='[%n@%m %~]%(!.#.%\$) '
+       RPS1="%T"
+-      export RPS1
+       # other HISTFILE, zsh uses diffrent fmt
+       HISTFILE=~/.historyz
This page took 0.060921 seconds and 4 git commands to generate.