我在我的一些个人档案文件中定义了一些别名和功能片段,比如~/.zprofile
。但是Emacs从不读它们。关于它有already a topic。但是,这还不够:
source
完全.zshrc
并且会发出错误
compinit
等。 因此,在shell-mode
或在Emacs中运行命令( Alt - !),效果仍然与终端(仿真器)中的效果不同。
那么有什么方法可以解决这个问题吗?感谢。
答案 0 :(得分:15)
您可以创建shell模式将在启动时使用的文件〜/ .emacs_zsh(或.emacs_bash,emacs_sh,...)。我的.emacs_bash只是:
. ~/.profile
请务必在采购行末尾添加换行符,否则将无法执行。