-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Fish does not accept $HOME/bin/mvim as a valid typed command. This is perfectly legitimate in bash and other shells, and I wonder why Fish disallows it.
> $HOME/bin/mvim
fish: Variables may not be used as commands. Instead, define a function. See the help section
for the function command by typing 'help function'.
Even more curious, if I quote the variable, I get a slightly corrupted error message back.
> "$HOME"/bin/mvim
fish: Unknown command 'HOME/bin/mvim'
That garbage character is U+F003
Reactions are currently unavailable