chore: Don't supress git clone logs

This commit is contained in:
Ahmad Ansori Palembani 2024-07-20 10:29:44 +07:00
parent a88961a3ed
commit d49219e852
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -59,7 +59,7 @@ install_plugin() {
_PREV_PWD=$PWD
cd "$ZSH_PLUGINS"
echo "========================================"
git clone $1 "$_PLUGIN_TARGET_NAME" 2>/dev/null || echo "Failed to install plugin '$_PLUGIN_DIR_NAME', skipping..."
git clone $1 "$_PLUGIN_TARGET_NAME" || echo "Failed to install plugin '$_PLUGIN_DIR_NAME', skipping..."
echo "========================================"
echo "Installing plugin '$_PLUGIN_DIR_NAME'..."
cd "$_PREV_PWD"
@ -70,7 +70,8 @@ install_plugin() {
# >> ENABLED: silently fail if not installed
install_plugin https://github.com/zdharma-continuum/fast-syntax-highlighting
install_plugin https://github.com/zsh-users/zsh-autosuggestions
#install_plugin https://github.com/zsh-users/zsh-syntax-highlighting
# install_plugin https://github.com/marlonrichert/zsh-autocomplete
# install_plugin https://github.com/zsh-users/zsh-syntax-highlighting
# << ENABLED
# ]] Plugins