• Christopher Roach's avatar
    Fixes issue 199 · 205117be
    Christopher Roach authored
    Fixes issue 199 where the bash completion was not working in ZSH
    because the builtin bash command `complete` was not found. The fix
    executes the `bashcompinit` command which creates the `complete`
    function for the Z shell.
    205117be