Skip to main content

All Questions

0 votes
1 answer
139 views

Function tab-completion not matching that of wrapped command

I've got a function defined in my fish shell: function cl --wraps=cd cd $argv && ls -l --color=auto end According to man function, the --wraps option "causes the function to inherit ...
Daniel Walker's user avatar