aboutsummaryrefslogtreecommitdiff
path: root/fish/functions/shrekfetch.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/shrekfetch.fish')
-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