From 547db5d8223df4c4c804fb1fe95e2bcec3f2171fa29ddbb8e86eb11741909724 Mon Sep 17 00:00:00 2001 From: Hendrik Vogelsang Date: Thu, 20 Aug 2009 11:18:10 +0000 Subject: [PATCH] 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