function __fish_generate_password --description 'Generate password'
date +%s | sha256sum | base64 | head --bytes 10
echo
end