From 79652a09e63416d57707b72d81da93a46ae64aa8 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 23 Sep 2024 20:27:18 +0200 Subject: [PATCH] fish: update gdi alias --- config/dot-config/fish/functions/gdi.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/dot-config/fish/functions/gdi.fish diff --git a/config/dot-config/fish/functions/gdi.fish b/config/dot-config/fish/functions/gdi.fish new file mode 100644 index 00000000..222e050f --- /dev/null +++ b/config/dot-config/fish/functions/gdi.fish @@ -0,0 +1,4 @@ +function gdi --wraps='git diff ' --description 'alias gdi=git diff ' + git diff $argv + +end -- 2.51.2