From 6bb863d31aa7b4df60c6efbb4d859630a5700dc1 Mon Sep 17 00:00:00 2001 From: Shun Kakinoki <39187513+shunkakinoki@users.noreply.github.com> Date: Sat, 9 Nov 2019 05:04:24 +0900 Subject: [PATCH] I think this makes this snippet work (tested on my local mac) --- Browse-chrome-bookmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Browse-chrome-bookmarks.md b/Browse-chrome-bookmarks.md index e830dcd..3d384a3 100644 --- a/Browse-chrome-bookmarks.md +++ b/Browse-chrome-bookmarks.md @@ -52,7 +52,7 @@ EORUBY echo -e "$output" | fzf-tmux -u 30% --ansi --multi --no-hscroll --tiebreak=begin | awk 'BEGIN { FS = "\t" } { print $2 }' | - xargs $open &>/dev/null + xargs open &>/dev/null } ``` \ No newline at end of file