Comment on Fish Shell 3.5.0parentComments−tomjakubowski4yI do this too (in zsh), but maybe writing a function callable like this would work: with mydir make Although you'd want to be able to write things like with mydir make && ./bin/myprog and parse everything to the right of `mydir' as a shell pipeline. That might be the sticking point in fish.
Comments
I do this too (in zsh), but maybe writing a function callable like this would work:
Although you'd want to be able to write things like and parse everything to the right of `mydir' as a shell pipeline. That might be the sticking point in fish.