zsh:找不到命令:tmuxinator

zsh: command not found: tmuxinator

使用vagrant/zsh。已安装 tmuxinator

➜  ~ gem list tmuxinator
*** LOCAL GEMS ***
tmuxinator (0.9.0)

设置完成

➜  ~ ls ~/.bin
tmuxinator.zsh

.zshrc

...
source ~/.bin/tmuxinator.zsh

但是当运行tmuxinator

➜  ~ tmuxinator
zsh: command not found: tmuxinator

为什么?

使用tmuxinator doctor检查是否一切都正确安装和设置。

我在一个新的 vag运行t ubuntu 盒子上安装了 tmuxinator。我不得不导出我的编辑器和 shell 变量。我 运行 tmuxinator 医生告诉我一切都很好:

vagrant@vagrant-ubuntu-trusty-64 ~ ❯❯❯ tmuxinator doctor                                                    ⏎
Checking if tmux is installed ==> Yes
Checking if $EDITOR is set ==> Yes
Checking if $SHELL is set ==> Yes

我不必大惊小怪 tmuninator.zsh 就可以开始了。请注意,exe 位于:

vagrant@vagrant-ubuntu-trusty-64 ~ ❯❯❯ which -a tmuxinator                                                  ⏎
/usr/local/bin/tmuxinator