From 7ceeee8d0d6ac3eccfcf850f1cb180fe194a797c Mon Sep 17 00:00:00 2001 From: Matthew Bennett Date: Sun, 18 Oct 2020 20:09:10 +0200 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 3365187..7503774 100644 --- a/Examples.md +++ b/Examples.md @@ -175,7 +175,7 @@ f() { # Put all input arguments on one line and sanitise the command such that # spaces and parentheses are properly escaped. More sanitisation # substitutions can be added if needed - sed -i 's/\n//g; s/ /\\ /g; ${s/(/\\(/}; ${s/)/\\)/}' ~/.fzf_tmp + sed -i 's/\n//g; s/ /\\ /g; s/(/\\(/; s/)/\\)/' ~/.fzf_tmp # If the program is on the GUI list add a '&' to the command history if [[ $1 =~ ^(zathura|vlc|eog|kolourpaint)$ ]]; then