-------------------
Added:
* Automatically add zsh autocompletion for single-line funks.
Changed:
* The show command (used by default when no other command group is specified) now only treats
the given funk as a prefix if it ends in two periods (``..``). Otherwise, the funk is matched exactly. Prior
to this change, there was no way to specify an exact match.
Fixed:
* localalias.zsh incorrectly assumes that $HOME==/home/<user>
* If the Rename command (``-R``) is used to rename a funk to an existing funk's name, the user
should be prompted to confirm.
* Using ``-vh`` or ``-hv`` command-line options should show verbose help output.
* Moved 'timestamp' and 'localpath' files to user specific directory to keep this data from being
overwritten by other users (notably, to keep root from overwritting these files).
Removed:
* Oh-My-ZSH plugin support. The ``localalias.zsh`` script will now need to be manually sourced
into the user's ``zshrc``.