We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee1929 commit dff9f8fCopy full SHA for dff9f8f
1 file changed
install.zsh
@@ -72,7 +72,7 @@ echo "→ Cleaning up dead symlinks..."
72
find "$HOME" -maxdepth 1 -type l ! -exec test -e {} \; -delete
73
[ -d "$bindir" ] && find "$bindir" -maxdepth 1 -type l ! -exec test -e {} \; -delete
74
75
-echo "⚡Updating common Zsh completions..."
+echo "↻ Updating common Zsh completions..."
76
rm -rf .zsh-completions ~/.zcompdump
77
git clone --quiet --depth=1 https://github.com/zsh-users/zsh-completions .zsh-completions
78
0 commit comments