2016-12-26 90 views
0

使用vagrant/zsh。安裝tmuxinatorzsh:找不到命令: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 

爲什麼當?

回答

0

使用tmuxinator doctor檢查是否一切正常安裝和設置。

我在一個新的vagrant ubuntu盒子上安裝了tmuxinator。我不得不導出我的編輯器和shell變量。我跑tmuxinator醫生,告訴我一切都很好:

[email protected] ~ ❯❯❯ tmuxinator doctor             ⏎ 
Checking if tmux is installed ==> Yes 
Checking if $EDITOR is set ==> Yes 
Checking if $SHELL is set ==> Yes 

我沒有大驚小怪tmuninator.zsh啓動它。請注意該exe文件位於:

[email protected] ~ ❯❯❯ which -a tmuxinator             ⏎ 
/usr/local/bin/tmuxinator