]> git.pld-linux.org Git - packages/setup.git/blob - setup-profile.patch
- shmfs is obsoleted, use tmpfs!
[packages/setup.git] / setup-profile.patch
1 diff -urN setup-2.4.5.orig/etc/profile setup-2.4.5/etc/profile
2 --- setup-2.4.5.orig/etc/profile        2003-09-26 10:40:01.000000000 +0200
3 +++ setup-2.4.5/etc/profile     2004-02-22 09:28:21.000000000 +0100
4 @@ -24,7 +24,8 @@
5  
6  # home_etc user config-dirs
7  #CONFIG_DIR=etc
8 -#export CONFIG_DIR
9 +#HOME_ETC=$HOME/$CONFIG_DIR
10 +#export CONFIG_DIR HOME_ETC
11  
12  #
13  # Setup the environment for various shells
14 @@ -125,7 +126,6 @@
15    zsh)
16         PS1='[%n@%m %~]%(!.#.%\$) '
17         RPS1="%T"
18 -       export RPS1
19  
20         # other HISTFILE, zsh uses diffrent fmt
21         HISTFILE=~/.historyz
This page took 0.082511 seconds and 3 git commands to generate.