我最近在 Ubuntu 上从 Bash 切换到了 Zsh,对此我感到非常高兴。但是,我真的很想念一些东西,我没有找到如何实现同样的目标。
在 Bash 中,每当我输入一个长命令并注意到我之前必须运行其他东西时,我只需将其注释掉,如下所示:
me@home> #mysuperlongcommand with some arguments
me@home> thecommandIhavetorunfirst #and then: then up up
me@home> #mysuperlongcommand with some arguments #I just need to uncomment it!
但是,这种经常发生的情况并不像使用 .git 那样容易解决zsh
,因为#mysuperlongcommand
将按原样运行(并导致:zsh: command not found: #mysuperlongcommand
.