Read the docs in the wiki
You can start Z by making the file in bin/z
available on your PATH, for example by symlinking it in your /usr/local/bin.
If you will be using plugins, you should make the plugins available by using the ZPLUGINPATH, for example in your ~/.bashrc
:
export ZPLUGINPATH="/path/to/z/plugins:/path/to/more/z/plugins:."
- Jochem Klaver jochem@zicht.nl