This change makes Marathon support zsh’s autocomplete functionality. This is done by creating a autocomplete function file in ~/.marathon/zsh/_marathon. The user then needs to add this folder to the system’s $fpath. Instructions how to do this have been added to the README.
This change makes Marathon support zsh’s autocomplete functionality. This is done by creating a autocomplete function file in
~/.marathon/zsh/_marathon
. The user then needs to add this folder to the system’s$fpath
. Instructions how to do this have been added to the README.