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/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 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 2ccc9e7..7dd87b2 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}