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:
@ -12,7 +12,7 @@ silently_source_all_tmux_files() {
|
||||
local plugin_tmux_files="$plugin_path*.tmux"
|
||||
for tmux_file in $plugin_tmux_files; do
|
||||
# runs *.tmux file as an executable
|
||||
$tmux_file 2>&1 1>&/dev/null
|
||||
$tmux_file >/dev/null 2>&1
|
||||
done
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user