From a5fe70d3c234922495fdf3e6261c65f08c7d011c Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 26 Aug 2025 13:42:32 +0300 Subject: [PATCH] chore(fish): add `stats` abbreviation for onefetch Signed-off-by: Ismo Vuorinen --- config/fish/alias.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/fish/alias.fish b/config/fish/alias.fish index 05af302..47488f8 100644 --- a/config/fish/alias.fish +++ b/config/fish/alias.fish @@ -106,3 +106,6 @@ abbr --add .n npm abbr --add .nt npm test --if-present abbr --add .nb npm run build --if-present abbr --add .ns npm run start --if-present + +# Random abbreviations +abbr --add stats onefetch --nerd-fonts --true-color never