Remove empty lines that clears display-messages

This commit is contained in:
jaclu 2022-04-15 01:42:02 +02:00
parent 0b01d75cb0
commit 838bb32853
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ source "$HELPERS_DIR/tmux_utils.sh"
display_plugin_update_list() {
local plugins="$(tpm_plugins_list_helper)"
tmux_echo "Installed plugins:"
tmux_echo ""
for plugin in $plugins; do
# displaying only installed plugins

View File

@ -34,7 +34,6 @@ update() {
update_all() {
echo_ok "Updating all plugins!"
echo_ok ""
local plugins="$(tpm_plugins_list_helper)"
for plugin in $plugins; do
IFS='#' read -ra plugin <<< "$plugin"