nushell / nu_scripts

A place to share Nushell scripts with each other
MIT License
743 stars 227 forks source link

fix: use proper `path` type for path argument for eza #920

Closed OJarrisonn closed 3 months ago

OJarrisonn commented 3 months ago

Using string may disable ~ expansion in modern nushell (>= 0.95)

fdncred commented 3 months ago

Thanks