Skip to content

Commit 59cbb35

Browse files
author
Bruno Sutic
committed
Merge pull request #2 from jonlorusso/master
Redirect xdg-open output to dev/null to avoid START... output
2 parents 5f15622 + b386ab6 commit 59cbb35

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)