Forgot to close double qoute

This commit is contained in:
UnaTried 2025-04-02 18:27:05 +02:00 committed by GitHub
commit 3d6fd4470e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ function theme {
elif [[ -f "$ZSH/themes/robbyrussell.zsh-theme" ]]; then
source "$ZSH/themes/robbyrussell.zsh-theme"
else
echo "$0: The default theme (robbyrussell) also does not exist!
echo "$0: The default theme (robbyrussell) also does not exist!"
return 1
fi
}