zoxide/src
Cole Helbling dc5f965b0c
Add POSIX shell support (#43)
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.
2020-03-30 03:24:37 +05:30
..
subcommand Add POSIX shell support (#43) 2020-03-30 03:24:37 +05:30
db.rs Remove flock 2020-03-17 13:05:10 +05:30
dir.rs Use envy to parse environment variables 2020-03-13 14:12:20 +05:30
env.rs Use envy to parse environment variables 2020-03-13 14:12:20 +05:30
main.rs Add POSIX shell support (#43) 2020-03-30 03:24:37 +05:30
types.rs Prepare for release v0.2.1 2020-03-16 00:08:28 +05:30
util.rs Fix exit codes in z and fzf 2020-03-17 12:34:53 +05:30