xontrib-z
July 23, 2021 ยท View on GitHub
Port of z to xonsh.
Installation
Just do a
pip install xontrib-z
or you can clone the repo with pip
pip install git+https://github.com/AstraLuma/xontrib-z
Configuration
To automatically load z startup, put
xontrib load z
in your .xonshrc
Environment variables
The location of the data file is determined by setting the environment variable _Z_DATA
(default ~/.z if not set).
- Ignore case-sensitive matching by setting
_Z_CASE_SENSITIVEtoFalse. - Exclude directories from consideration by adding them to
_Z_EXCLUDE_DIRS. - Ignore symlinks by setting
_Z_NO_RESOLVE_SYMLINKStoTrue.