babarot / enhancd

:rocket: A next-generation cd command with your interactive filter
2.58k stars 109 forks source link

Do not quote multiple lines to deal as single line #210

Closed babarot closed 1 year ago

babarot commented 1 year ago

WHAT

this current behavior

+__enhancd::filepath::walk:6> dirs=( /etc/apache2 $'/etc\n/' ) 

shoule be

+__enhancd::filepath::walk:6> dirs=( /etc/apache2 /etc ) 

WHY

https://github.com/b4b4r07/enhancd/issues/209 (Especially https://github.com/b4b4r07/enhancd/issues/209#issuecomment-1526928287)

babarot commented 1 year ago

missing fish is no problem in this case