esamattis / slimux

SLIME inspired tmux integration plugin for Vim
http://esa-matti.suuronen.org/blog/2012/04/19/slimux-tmux-plugin-for-vim/
Other
217 stars 52 forks source link

find the tmux path even when the shell is tcsh #81

Open Gullumluvl opened 6 years ago

Gullumluvl commented 6 years ago

The shell command used to detect the path to the tmux executable is available in Bash but not Tcsh: command -v. So I proposed to use whereis instead, which should be available in both shells. However it's an external program, not a builtin, so I am not sure of its availability under all systems (I have Ubuntu 16.04).