From 63b22d1c10c5274cdd20e5a653fd8c86b821dd7a Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Mon, 4 Mar 2024 09:52:59 +0100 Subject: [PATCH] Ajout fd. --- .config/fish/functions/fd.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/fish/functions/fd.fish diff --git a/.config/fish/functions/fd.fish b/.config/fish/functions/fd.fish new file mode 100644 index 0000000..a47deb3 --- /dev/null +++ b/.config/fish/functions/fd.fish @@ -0,0 +1,4 @@ +function fd --wraps=fdfind --description 'alias fd=fdfind' + fdfind $argv + +end