diff options
| author | ericmarin <maarin.eric@gmail.com> | 2026-04-29 21:12:05 +0200 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-04-29 21:14:52 +0200 |
| commit | a5d2c8d5d646673864c11f46d49412aa1c2ebae7 (patch) | |
| tree | 1153096865a877a909e8247bc06cc69849d7d178 /fish/functions/shrekfetch.fish | |
| parent | 4373c2db3d54802735105bc3ca602214d94b9f16 (diff) | |
| download | dotfiles-a5d2c8d5d646673864c11f46d49412aa1c2ebae7.tar.gz dotfiles-a5d2c8d5d646673864c11f46d49412aa1c2ebae7.zip | |
Diffstat (limited to '')
| -rw-r--r-- | fish/functions/shrekfetch.fish | 4 |
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 |
