Nick Nungester
Nick Nungester
Maybe something like this: ```fish string escape ( for dir in (string split / -- $PWD) if test (string length $dir) -lt 1 continue end set -a parts $dir string...
I took a stab at this in https://github.com/IlanCosman/tide/pull/566
Im not sure if the last 2 checks apply to this PR but im happy to update things if needed. In this case I don't think the test should be...