From a15c537f608db166f734d3a7e8d3c68bf17f55d7 Mon Sep 17 00:00:00 2001 From: ericmarin Date: Mon, 30 Mar 2026 17:32:31 +0200 Subject: changes --- fish/functions/shrekfetch.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/functions/shrekfetch.fish (limited to 'fish') diff --git a/fish/functions/shrekfetch.fish b/fish/functions/shrekfetch.fish new file mode 100644 index 0000000..e3ccc2c --- /dev/null +++ b/fish/functions/shrekfetch.fish @@ -0,0 +1,3 @@ +function shrekfetch --wraps='fastfetch -l Pictures/shrek.jpg --logo-type sixel --logo-width 30' --description 'alias shrekfetch fastfetch -l Pictures/shrek.jpg --logo-type sixel --logo-width 30' + fastfetch -l Pictures/shrek.jpg --logo-type sixel --logo-width 30 $argv +end -- cgit v1.2.3