mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Generate shorter passwords
This commit is contained in:
parent
16380074a5
commit
ae95c072c9
|
@ -1,4 +1,4 @@
|
|||
function __fish_generate_password --description 'Generate password'
|
||||
date +%s | sha256sum | base64 | head --bytes 32
|
||||
date +%s | sha256sum | base64 | head --bytes 10
|
||||
echo
|
||||
end
|
Loading…
Reference in New Issue
Block a user