Accepting request 18351 from shells

Copy from shells/zsh based on submit request 18351 from user hennevogel

OBS-URL: https://build.opensuse.org/request/show/18351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2009-08-21 16:41:30 +00:00 committed by Git OBS Bridge
commit ddbd3220e2
4 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -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

6
zshenv
View File

@ -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

4
zshrc
View File

@ -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}