Skip to content

Commit

Permalink
feat: add random dinos to fish fastfetch (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raindrac authored Oct 12, 2024
1 parent 9b78993 commit a291470
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/fish
#shellcheck disable=all
alias fastfetch="/usr/bin/fastfetch --logo /usr/share/ublue-os/bluefin-logos/symbols/dolly -c /usr/share/ublue-os/ublue-os.jsonc"
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"
end

0 comments on commit a291470

Please sign in to comment.