mirror of
https://github.com/tmux-plugins/tpm.git
synced 2026-09-10 07:26:18 -04:00
Merge efe8689f16 into e261deb1b4
This commit is contained in:
commit
1f7dc1952f
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue