aboutsummaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fish/functions/shrekfetch.fish3
1 files changed, 3 insertions, 0 deletions
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