mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Format __fish_generate_password
This commit is contained in:
parent
832c0a3be2
commit
e08125c85a
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue