This commit is contained in:
slange-dev 2026-05-23 21:16:38 +08:00 committed by GitHub
commit 1f7dc1952f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

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

View file

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