mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 06:56:09 +08:00
Format __fish_generate_password
This commit is contained in:
parent
832c0a3be2
commit
e08125c85a
@ -1,3 +1,4 @@
|
||||
function __fish_generate_password --description 'Generate password'
|
||||
date +%s | sha256sum | base64 | head -c 32; echo
|
||||
date +%s | sha256sum | base64 | head -c 32
|
||||
echo
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user