Skip to content

Commit

Permalink
add bg and nonce function
Browse files Browse the repository at this point in the history
  • Loading branch information
tbremer committed Aug 23, 2024
1 parent 5dc7562 commit bd2598d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added backgrounds/Lake-Hylia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions fish/functions/nonce.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function nonce
node -e "console.log((Math.random() * Date.now()).toString(16).split('.')[0])"
end

0 comments on commit bd2598d

Please sign in to comment.