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

Fix to show output from installation script

This commit is contained in:
slange-dev 2025-01-10 00:29:46 +01:00
parent 99469c4a9b
commit efe8689f16
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
### 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
}