Bug 15036 - zsh читает /etc/bashrc.d
Summary: zsh читает /etc/bashrc.d
Status: CLOSED DUPLICATE of bug 14641
Alias: None
Product: Sisyphus
Classification: Development
Component: zsh (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Fr. Br. George
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-22 23:21 MSK by a.sinitsin
Modified: 2008-03-23 17:27 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***