From 68b5c09944ed5c4383ca71494760f843f904ce3e Mon Sep 17 00:00:00 2001 From: Matthew Bennett Date: Sun, 18 Oct 2020 20:05:49 +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 2f13d73..393d6c3 100644 --- a/Examples.md +++ b/Examples.md @@ -119,7 +119,7 @@ fo() { fi } ``` -Suggested by [Matt-A-Bennett](https://github.com/Matt-A-Bennett): +Suggested by [Matt-A-Bennett](https://github.com/Matt-A-Bennett) (not tested in zsh): ```sh # Run command/application and choose paths/files with fzf. # Always return control of the terminal to user (e.g. when opening GUIs).