Port of z to xonsh.
Just do a
pip install xontrib-z
or you can clone the repo with pip
pip install git+https://github.com/AstraLuma/xontrib-z
To automatically load z startup, put
xontrib load z
in your .xonshrc
The location of the data file is determined by setting the environment variable _Z_DATA
(default ~/.z
if not set).
_Z_CASE_SENSITIVE
to False
._Z_EXCLUDE_DIRS
._Z_NO_RESOLVE_SYMLINKS
to True
.