Skip to content

Commit

Permalink
For stability reasons, we removed outputs like "Plugin successfully a…
Browse files Browse the repository at this point in the history
…ctivated" only plugins activated via environment variables are affected.

mybe temporary
  • Loading branch information
luisadha authored Jul 24, 2024
1 parent b8112c6 commit 5bf44f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/starship.alrc.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ plugin_shortname=$(echo "${BASH_SOURCE[0]}" | awk '{gsub(/.*[/]|[.].*/, "", $0)}

readarray -t alrc_plugin_enabled <<< $(printf "%s\n" "${alrc_plugin_enabled[@]}" | sort -u)

echo -e "alrc-termux: Plugin ${ps} successfully loadded!"
# temporary commented
# echo -e "alrc-termux: Plugin ${ps} successfully loadded!"

mkdir -p $ALRC_HOME/prompt/starship/ &>/dev/null

Expand Down

0 comments on commit 5bf44f6

Please sign in to comment.