slimux icon indicating copy to clipboard operation
slimux copied to clipboard

find the tmux path even when the shell is tcsh

Open Gullumluvl opened this issue 6 years ago • 0 comments

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).

Gullumluvl avatar Mar 26 '18 14:03 Gullumluvl