zimfw / archive

Provides functions for easy archive manipulation.
MIT License
11 stars 2 forks source link

is it possible to add autocomplete for archives? #1

Closed moonrumble closed 6 years ago

moonrumble commented 6 years ago

Prezto already has auto complete so probably we need to bring them here.

ericbn commented 6 years ago

Done. This needs to be done to reset the completion cache:

rm -f ${ZDOTDIR:-${HOME}}/${zcompdump_file:-.zcompdump}{,.zwc{,.old}}; compinit -C -d "${ZDOTDIR:-${HOME}}/${zcompdump_file:-.zcompdump}"