Closed moonrumble closed 6 years ago
Prezto already has auto complete so probably we need to bring them here.
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}"
Prezto already has auto complete so probably we need to bring them here.