]> git.sesse.net Git - vlc/blobdiff - extras/analyser/zsh_completion.sh
zsh completion: add all known aliases
[vlc] / extras / analyser / zsh_completion.sh
index 5d75569e871ef01fbddd54a41b86ecfc83aa3e39..78cdc723d8d25ae2808b37b0f6320e8ebc8e3aea 100755 (executable)
@@ -114,5 +114,6 @@ read i
 echo "Installing completion ..."
 sudo sh -c "chown 0:0 _vlc && chmod 0644 _vlc && mv _vlc $ZSH_FPATH" || exit 1
 
-echo "zsh completion for VLC successfully installed :)
-Restart running zsh instances, or run \"compinit\" to start using it."
+echo "zsh completion for VLC successfully installed :)"
+echo "Restart running zsh instances after removing ~/.zcompdump, or"
+echo "run \"compinit\" to start using it."