From 79cd5f28b5c460d1a1d788bc723f9e93ef87c22413e03a377f418bcfc1435241 Mon Sep 17 00:00:00 2001 From: Hendrik Vogelsang Date: Thu, 20 Aug 2009 10:52:45 +0000 Subject: [PATCH 1/3] fix zshrc OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=32 --- zsh.changes | 5 +++++ zshrc | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/zsh.changes b/zsh.changes index 5311c86..7ea9414 100644 --- a/zsh.changes +++ b/zsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 20 10:51:55 UTC 2009 - hvogel@novell.com + +- Fix zshrc. Lost some features by not including bash.bashrc + ------------------------------------------------------------------- Wed Aug 5 16:58:50 CEST 2009 - hvogel@suse.de diff --git a/zshrc b/zshrc index 2ccc9e7..0266834 100644 --- a/zshrc +++ b/zshrc @@ -1,3 +1,7 @@ +# read bash.bashrc first for some features we dont want +# to re-implement here +source /etc/bash.bashrc + # zsh line editing : ${ZSHEDIT:="emacs"} : ${TERM:=linux} From 547db5d8223df4c4c804fb1fe95e2bcec3f2171fa29ddbb8e86eb11741909724 Mon Sep 17 00:00:00 2001 From: Hendrik Vogelsang Date: Thu, 20 Aug 2009 11:18:10 +0000 Subject: [PATCH 2/3] fix zshrc and zshenv OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=33 --- zshenv | 6 +----- zshrc | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/zshenv b/zshenv index 133d0c8..5a53069 100644 --- a/zshenv +++ b/zshenv @@ -1,5 +1 @@ -# Source the /etc/profile - done here since we want it to be done as the first -# thing the zsh does. -setopt nonomatch -source /etc/profile -unsetopt nonomatch +# set global options for all zsh shells here diff --git a/zshrc b/zshrc index 0266834..7dd87b2 100644 --- a/zshrc +++ b/zshrc @@ -1,4 +1,4 @@ -# read bash.bashrc first for some features we dont want +# read bash.bashrc first for some features we dont want # to re-implement here source /etc/bash.bashrc From 11a28e4bc84beb7cf6cd121baca5ccef2a626495f747e9149e35bce450206072 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 21 Aug 2009 16:41:30 +0000 Subject: [PATCH 3/3] checked in OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=34 --- zsh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.spec b/zsh.spec index 7d09cf3..b118b19 100644 --- a/zsh.spec +++ b/zsh.spec @@ -20,7 +20,7 @@ Name: zsh Version: 4.3.10 -Release: 1 +Release: 2 License: Other uncritical OpenSource License Group: System/Shells BuildRoot: %{_tmppath}/%{name}-%{version}-build