mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 14:21:45 +02:00
* Fix and refactor cd for Filesystem Shell. Reorder check conditions, don't check existence twice. If building for unix check exec bit on folder. * Import PermissionsExt only on unix target. * It seems that this is the correct way?