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}