]> Freerunner's - dotfiles.git/commitdiff
fish: update aliases
authorAndre Ramnitz <andre.ramnitz@mail.de>
Sat, 16 May 2026 04:56:15 +0000 (06:56 +0200)
committerAndre Ramnitz <andre.ramnitz@mail.de>
Sun, 17 May 2026 23:14:02 +0000 (01:14 +0200)
dot-config/fish/functions/diff.fish
dot-config/fish/functions/ping.fish [new file with mode: 0644]

index bfdcf67305e9acb75b9ed7e6aed39e6fb3037bf5..9239f38df63adbb5ed6c3c8b9ae78fbdc2f0dd20 100644 (file)
@@ -1,4 +1,4 @@
-function diff --description 'alias diff diff -y --suppress-common-lines '
- command diff -y --suppress-common-lines  $argv
+function diff --description 'alias diff diff --suppress-common-lines -Nau '
+ command diff --suppress-common-lines -Nau $argv
         
 end
diff --git a/dot-config/fish/functions/ping.fish b/dot-config/fish/functions/ping.fish
new file mode 100644 (file)
index 0000000..0b03fc8
--- /dev/null
@@ -0,0 +1,3 @@
+function ping --wraps='prettyping ' --description 'alias ping=prettyping '
+    prettyping  $argv
+end