From 79cd5f28b5c460d1a1d788bc723f9e93ef87c22413e03a377f418bcfc1435241 Mon Sep 17 00:00:00 2001 From: Hendrik Vogelsang Date: Thu, 20 Aug 2009 10:52:45 +0000 Subject: [PATCH] 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}