Remove empty lines that clears display-messages
This commit is contained in:
parent
0b01d75cb0
commit
838bb32853
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue