From 54de850ddf7752c36dfbfbd9f9cfe96b612322d9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sat, 31 Jan 2026 14:36:14 +0100 Subject: Add same alias modified: conf.d/02platform.fish --- conf.d/02platform.fish | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.d') diff --git a/conf.d/02platform.fish b/conf.d/02platform.fish index 357ab87..46bf97d 100644 --- a/conf.d/02platform.fish +++ b/conf.d/02platform.fish @@ -68,6 +68,7 @@ if status is-interactive alias grep 'grep --color=auto' alias diff 'diff --color=auto' + alias same 'diff --color=auto --old-line-format="" --new-line-format="" --unchanged-line-format="%L"' alias ff 'find . -type f -name' alias fd 'find . -type d -name' alias fbs 'find . -xtype l' -- cgit v1.3.1