1
0
Fork 0
mirror of synced 2025-01-14 17:06:15 -05:00

Fix to show output from clean script

This commit is contained in:
slange-dev 2025-01-10 01:51:10 +01:00
parent 99469c4a9b
commit 3eb1687a05
No known key found for this signature in database
GPG key ID: 1D45A63B186F4EFE
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# Changelog # Changelog
### master ### master
- bug: in `bindings\clean_plugins` when using `>/dev/null 2>&1` no output on screen. Fix delete the command.
### v3.1.0, 2023-01-03 ### v3.1.0, 2023-01-03
- upgrade to new version of `tmux-test` - upgrade to new version of `tmux-test`

View file

@ -12,7 +12,7 @@ source "$HELPERS_DIR/tmux_utils.sh"
main() { main() {
reload_tmux_environment reload_tmux_environment
"$SCRIPTS_DIR/clean_plugins.sh" --tmux-echo >/dev/null 2>&1 "$SCRIPTS_DIR/clean_plugins.sh" --tmux-echo
reload_tmux_environment reload_tmux_environment
end_message end_message
} }