aboutsummaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-03-30 17:32:31 +0200
committerericmarin <maarin.eric@gmail.com>2026-03-31 11:24:04 +0200
commita15c537f608db166f734d3a7e8d3c68bf17f55d7 (patch)
tree2626f5550035e44d79646da6be8f6810050463c7 /fish
parent2781082f1085757a0cfb929ba37de968726ec751 (diff)
downloaddotfiles-a15c537f608db166f734d3a7e8d3c68bf17f55d7.tar.gz
dotfiles-a15c537f608db166f734d3a7e8d3c68bf17f55d7.zip
changes
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