Hello community, here is the log from the commit of package zsh for openSUSE:Factory checked in at 2020-04-13 12:51:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zsh (Old) and /work/SRC/openSUSE:Factory/.zsh.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zsh" Mon Apr 13 12:51:40 2020 rev:91 rq:792416 version:5.8 Changes: -------- --- /work/SRC/openSUSE:Factory/zsh/zsh.changes 2020-03-11 18:49:36.927521134 +0100 +++ /work/SRC/openSUSE:Factory/.zsh.new.3248/zsh.changes 2020-04-13 12:51:46.592608660 +0200 @@ -1,0 +2,6 @@ +Wed Apr 8 06:04:06 UTC 2020 - Ismail Dönmez <[email protected]> + +- Stop sourcing /etc/bash.bashrc which causes problems with ls, add + a call to manually source /etc/zsh.zshrc.local if available. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zshrc ++++++ --- /var/tmp/diff_new_pack.1KcPsy/_old 2020-04-13 12:51:48.064609302 +0200 +++ /var/tmp/diff_new_pack.1KcPsy/_new 2020-04-13 12:51:48.068609303 +0200 @@ -1,7 +1,3 @@ -# read bash.bashrc first for some features we dont want -# to re-implement here -source /etc/bash.bashrc - # Custom completion support via /etc/zsh_completion.d fpath=( $fpath /etc/zsh_completion.d ) @@ -250,3 +246,6 @@ bindkey "^^[[A" up-history bindkey "^^[[B" down-history fi + +# Read custom system-wide config if exists +test -s /etc/zsh.zshrc.local && . /etc/zsh.zshrc.local
