From 560d72e6057b133ba22af89adf33182cefd37d95 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 13 Jun 2025 13:05:49 +0200 Subject: [PATCH] Improve cat abbr --- fish/.config/fish/conf.d/abbr.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/.config/fish/conf.d/abbr.fish b/fish/.config/fish/conf.d/abbr.fish index 2503695..ae97582 100644 --- a/fish/.config/fish/conf.d/abbr.fish +++ b/fish/.config/fish/conf.d/abbr.fish @@ -52,5 +52,5 @@ abbr -a pxs pixi global sync # bat if type -q "bat" - abbr -a cat bat + abbr -a cat bat -P end \ No newline at end of file