in my $PATH
I have folder ~/.zsh/bin
which I use for small scripts and custom built executable binaries, for example I added a recently compiled tool I made called wercker_build_status
to the folder. Yet when I type in the command line wercker_build_status
it can't find it, I have to type the full path to the file, ~/.zsh/bin/wercker_build_status
.
That's not to say nothing in the folder doesn't work, a script I have called wifi_status
is in there and typing that into the command line returns the wifi status as expected.
Why is it even though it's in my $PATH
I can't just use a file I add to the folder ~/.zsh/bin
?
$PATH
matter when I explicitly stated that the folder is in the path? and yes it is executable and so far I've never had a problem with ZSH and having a tild in the PATH. – Thermatix Apr 03 '18 at 09:25