mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
1 line
73 B
Bash
1 line
73 B
Bash
alias gen_pass="< /dev/urandom tr -dc .\$_A-Z-a-z-0-9 | head -c21; echo"
|