Skip to content

Commit b386ab6

Browse files
committed
Redirect xdg-open output to dev/null to avoid START... output
1 parent 5f15622 commit b386ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open.tmux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ get_editor_from_the_env_var() {
3232

3333
command_generator() {
3434
local command_string="$1"
35-
echo "xargs -I {} tmux run-shell 'cd #{pane_current_path}; $command_string {}'"
35+
echo "xargs -I {} tmux run-shell 'cd #{pane_current_path}; $command_string {} > /dev/null'"
3636
}
3737

3838
generate_open_command() {

0 commit comments

Comments
 (0)