aboutsummaryrefslogtreecommitdiff
path: root/fish/functions
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-04-29 21:12:05 +0200
committerericmarin <maarin.eric@gmail.com>2026-04-29 21:14:52 +0200
commita5d2c8d5d646673864c11f46d49412aa1c2ebae7 (patch)
tree1153096865a877a909e8247bc06cc69849d7d178 /fish/functions
parent4373c2db3d54802735105bc3ca602214d94b9f16 (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.zip
changed wallpapermenu scriptHEADmaster
Diffstat (limited to '')
-rw-r--r--fish/functions/shrekfetch.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/functions/shrekfetch.fish b/fish/functions/shrekfetch.fish
index e3ccc2c..191c64f 100644
--- a/fish/functions/shrekfetch.fish
+++ b/fish/functions/shrekfetch.fish
@@ -1,3 +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
+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