From b331689505d8f5a244786e865b37a86ae3681ed4 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 19 Sep 2021 23:53:27 -0400 Subject: [PATCH] Fix typo --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 483a71b..736d9a2 100644 --- a/Examples.md +++ b/Examples.md @@ -74,7 +74,7 @@ Table of Contents # Examples: # f mv # To move files. You can write the destination after selecting the files. # f 'echo Selected:' -# f 'echo Selected music:' --extention mp3 +# f 'echo Selected music:' --extension mp3 # fm rm # To rm files in current directory f() { sels=( "${(@f)$(fd "${fd_default[@]}" "${@:2}"| fzf)}" )