mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-06 01:36:59 +00:00
Fix all redirects to /dev/null
This commit is contained in:
@ -74,7 +74,7 @@ sync_plugins() {
|
||||
}
|
||||
|
||||
reload_tmux_environment() {
|
||||
tmux source-file ~/.tmux.conf 2>&1 1>&/dev/null
|
||||
tmux source-file ~/.tmux.conf >/dev/null 2>&1
|
||||
}
|
||||
|
||||
main() {
|
||||
|
Reference in New Issue
Block a user