Skip to content

Commit

Permalink
Add back the shellcheck disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Raindrac authored Oct 11, 2024
1 parent 0f6135b commit 91f47de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/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)
"/usr/bin/fastfetch" --logo $BLUEFIN_FETCH_LOGO -c "/usr/share/ublue-os/ublue-os.jsonc"
Expand Down

0 comments on commit 91f47de

Please sign in to comment.