nuta / nsh

A command-line shell like fish, but POSIX compatible.
906 stars 34 forks source link

Add support for `-` in cd #16

Closed iwahbe closed 2 years ago

iwahbe commented 2 years ago

Enhances the builtin cd command to support cd -. This POSIX compatible (and used by bash).

nuta commented 2 years ago

Merged. Thanks!