Skip to content

Commit dff9f8f

Browse files
committed
Remove emoji in install script
1 parent 8ee1929 commit dff9f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ echo "→ Cleaning up dead symlinks..."
7272
find "$HOME" -maxdepth 1 -type l ! -exec test -e {} \; -delete
7373
[ -d "$bindir" ] && find "$bindir" -maxdepth 1 -type l ! -exec test -e {} \; -delete
7474

75-
echo "Updating common Zsh completions..."
75+
echo "Updating common Zsh completions..."
7676
rm -rf .zsh-completions ~/.zcompdump
7777
git clone --quiet --depth=1 https://github.com/zsh-users/zsh-completions .zsh-completions
7878

0 commit comments

Comments
 (0)