Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 gnu 屏幕切换到 tmux,当我在 tmux 中创建一个新窗口时,我观察到我的 shell 挂起的奇怪行为。如果我击中 ,我可以杀死挂起并进入我的外壳CTRL-C,但我想找出发生了什么问题。
CTRL-C
我已经对我的配置进行了一些echo调试,并发现挂起发生在获取源之后(它没有挂起 w/in ,我已经检查过了),但之前是获取源的。我愿意进一步挖掘,但我不确定这两个步骤之间会发生什么。谁能告诉我,所以我知道在哪里看?zsh~/.zsh/env~/.zsh/env~/.zshrc
echo
zsh
~/.zsh/env
~/.zshrc
啊哈,这就是/etc/zprofile问题所在。我是从man zsh源文件的顺序中发现的。谢谢!
/etc/zprofile
man zsh