forked from extern/nushell
* Show directories and executable for command completion. Previously we chose from two sets for completing the command position: 1. internal commands, and 2. executables relative to the PATH environment variable. We now also show directories/executables that match the relative/absolute path that has been partially typed. * Fix for Windows