]> Freerunner's - dotfiles.git/commitdiff
fish: update gdi alias
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 23 Sep 2024 18:27:18 +0000 (20:27 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Tue, 24 Sep 2024 05:59:46 +0000 (07:59 +0200)
config/dot-config/fish/functions/gdi.fish [new file with mode: 0644]

diff --git a/config/dot-config/fish/functions/gdi.fish b/config/dot-config/fish/functions/gdi.fish
new file mode 100644 (file)
index 0000000..222e050
--- /dev/null
@@ -0,0 +1,4 @@
+function gdi --wraps='git diff ' --description 'alias gdi=git diff '
+  git diff  $argv
+        
+end