Add POSIX shell support Any users of a shell that adheres to the POSIX standard should now be supported. Shells that were tested while this feature was in development include `mrsh`, `dash`, busybox `ash`, and `bash --posix`. The hook works by defining a `_zoxide_hook` function and adding it to the shell's `PS1` (causing it to be evaluated every time the prompt is redrawn). The PWD hook has been removed, because it is impossible to implement in a POSIX-compliant and satisfactory way. |
||
|---|---|---|
| .. | ||
| subcommand | ||
| db.rs | ||
| dir.rs | ||
| env.rs | ||
| main.rs | ||
| types.rs | ||
| util.rs | ||