dduan / tre

Tree command, improved.
MIT License
848 stars 16 forks source link

Aliases after changing directory become broken #37

Closed dduan closed 2 years ago

dduan commented 4 years ago

Because aliases are created with relative paths to the files, if cwd changes, the aliases becomes invalid.

So maybe we should use absolute paths? Tradeoff: bigger alias file, which may incur worse performance problems in large output.