rc: add -y to apg-random

This commit is contained in:
Aminda Suomalainen 2017-04-30 12:34:31 +03:00
parent faed9737c0
commit cb26791aaa
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 2 additions and 2 deletions

View File

@ -549,7 +549,7 @@ alias pypypip3=pippypy3
# and cross-platform operating systems.
# APG IS LIMITED TO 255 CHARACTERS SO IT'S REPLACED WITH PWGEN!
# Usage: apt-random <minimum length>
alias apg-random="pwgen -s"
alias apg-random="pwgen -sy"
# cp/mv using rsync. rcp appears to be link to scp in my system, so I can
# safely use this alias.

View File

@ -552,7 +552,7 @@ alias pypypip3=pippypy3
# and cross-platform operating systems.
# APG IS LIMITED TO 255 CHARACTERS SO IT'S REPLACED WITH PWGEN!
# Usage: apt-random <minimum length>
alias apg-random="pwgen -s"
alias apg-random="pwgen -sy"
# cp/mv using rsync. rcp appears to be link to scp in my system, so I can
# safely use this alias.