使用抓取的配置:
# IMPORTANT: please note that you might override an existing
# configuration file in the current working directory! =>
wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
# Optionally also grab the user configration:
# wget -O .zshrc.local http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc
(从这里),我无法复制这个问题。我试图在有和没有用户配置的情况下进行复制(~/.zshrc.local
在上述配置中):
simont@charizard ~ % cat << EOF
\`heredoc> this
\`heredoc> that
\`heredoc> EOF
this
that
simont@charizard ~ %
如果没有进一步的信息,很难对这个问题提供一个确凿的答案。要完全回答,需要做一些事情:
我建议使用 加载新的 shell zsh -f
,然后慢慢添加配置的部分,直到复制此行为。