File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ generate_open_command() {
49
49
echo " $( command_generator " xdg-open" ) "
50
50
else
51
51
# error command for Linux machines when 'xdg-open' not installed
52
- " $CURRENT_DIR /scripts/tmux_open_error_message.sh xdg-open"
52
+ " $CURRENT_DIR /scripts/tmux_open_error_message.sh" " xdg-open"
53
53
fi
54
54
}
55
55
@@ -61,7 +61,7 @@ generate_open_search_command() {
61
61
echo " $( search_command_generator " xdg-open" " $engine " ) "
62
62
else
63
63
# error command for Linux machines when 'xdg-open' not installed
64
- " $CURRENT_DIR /scripts/tmux_open_error_message.sh xdg-open"
64
+ " $CURRENT_DIR /scripts/tmux_open_error_message.sh" " xdg-open"
65
65
fi
66
66
}
67
67
Original file line number Diff line number Diff line change 2
2
3
3
CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
4
5
- source " $CURRENT_DIR /scripts/ helpers.sh"
5
+ source " $CURRENT_DIR /helpers.sh"
6
6
7
7
MISSING_PROGRAM=" $1 "
8
8
You can’t perform that action at this time.
0 commit comments