Bug 15036

Summary: zsh читает /etc/bashrc.d
Product: Sisyphus Reporter: a.sinitsin <a.sinitsin>
Component: zshAssignee: Fr. Br. George <george>
Status: CLOSED DUPLICATE QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: arseny, george
Version: unstable   
Hardware: all   
OS: Linux   

Description a.sinitsin 2008-03-22 23:21:44 MSK
22:21 al@wind ~ $ rpm -q zsh
zsh-4.3.4-alt3
22:22 al@wind ~ $ apt-cache show bash-completion|grep Version
Version: 20060301-alt05

При запуске zsh выходит много ругани на предмет совместимости с 
bash-completion. 

При удалении последнего (они при этом тянет что-то из гнома, в частности gvfs), 
проблема прекратилась.
Comment 1 Sir Raorn 2008-03-23 00:39:12 MSK
При чём тут zsh-то?
Comment 2 Mikhail Gusarov 2008-03-23 00:42:26 MSK
Очевидно, что бага в zsh: он читает /etc/BASHrc.d.

/etc/zshrc:
--------------------------------------------------------------------
# Load essential files first:
#       a) system profile
#       b) bash profile
emulate sh
[ -f /etc/profile ] && . /etc/profile
[ -f /etc/bashrc ] && . /etc/bashrc
--------------------------------------------------------------------

zsh - не bash, поэтому ему читать bashrc противопоказано.
Comment 3 Michael Shigorin 2008-03-23 17:27:44 MSK

*** This bug has been marked as a duplicate of 14641 ***