mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
gen_pass: Generate a password from random and uses tr
This commit is contained in:
parent
7c36ef7faa
commit
80e2a082e2
1 changed files with 1 additions and 0 deletions
1
plugins/gen_pass/gen_pass.plugin.zsh
Normal file
1
plugins/gen_pass/gen_pass.plugin.zsh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
alias gen_pass="< /dev/urandom tr -dc .\$_A-Z-a-z-0-9 | head -c21; echo"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue