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() {
4949 echo " $( command_generator " xdg-open" ) "
5050 else
5151 # 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"
5353 fi
5454}
5555
@@ -61,7 +61,7 @@ generate_open_search_command() {
6161 echo " $( search_command_generator " xdg-open" " $engine " ) "
6262 else
6363 # 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"
6565 fi
6666}
6767
Original file line number Diff line number Diff line change 22
33CURRENT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
44
5- source " $CURRENT_DIR /scripts/ helpers.sh"
5+ source " $CURRENT_DIR /helpers.sh"
66
77MISSING_PROGRAM=" $1 "
88
You can’t perform that action at this time.
0 commit comments