Fix to show output from clean script
This commit is contained in:
parent
99469c4a9b
commit
3eb1687a05
2 changed files with 2 additions and 1 deletions
|
@ -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`
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue