Skip to content

Commit

Permalink
Add pointless quotation marks for consistency and safety
Browse files Browse the repository at this point in the history
  • Loading branch information
Raindrac authored Oct 11, 2024
1 parent 91f47de commit 2c28e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/fish
#shellcheck disable=all
function fastfetch
set BLUEFIN_FETCH_LOGO ("/usr/bin/find" "/usr/share/ublue-os/bluefin-logos/symbols/" -mindepth 1 | /usr/bin/shuf -n 1)
set BLUEFIN_FETCH_LOGO ("/usr/bin/find" "/usr/share/ublue-os/bluefin-logos/symbols/" -mindepth 1 | "/usr/bin/shuf" -n 1)
"/usr/bin/fastfetch" --logo $BLUEFIN_FETCH_LOGO -c "/usr/share/ublue-os/ublue-os.jsonc"
end

0 comments on commit 2c28e86

Please sign in to comment.