Skip to content

Commit 2f71eb7

Browse files
committed
Fix spacing in completion update message in install.zsh
1 parent e819615 commit 2f71eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151

5252
cd "$basedir"
5353

54-
echo " Updating common Zsh completions..."
54+
echo "⚡Updating common Zsh completions..."
5555
rm -rf .zsh-completions ~/.zcompdump
5656
git clone --quiet --depth=1 https://github.com/zsh-users/zsh-completions .zsh-completions
5757

0 commit comments

Comments
 (0)