mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
rc: add -y to apg-random
This commit is contained in:
parent
faed9737c0
commit
cb26791aaa
@ -549,7 +549,7 @@ alias pypypip3=pippypy3
|
|||||||
# and cross-platform operating systems.
|
# and cross-platform operating systems.
|
||||||
# APG IS LIMITED TO 255 CHARACTERS SO IT'S REPLACED WITH PWGEN!
|
# APG IS LIMITED TO 255 CHARACTERS SO IT'S REPLACED WITH PWGEN!
|
||||||
# Usage: apt-random <minimum length>
|
# 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
|
# cp/mv using rsync. rcp appears to be link to scp in my system, so I can
|
||||||
# safely use this alias.
|
# safely use this alias.
|
||||||
|
2
rc/zshrc
2
rc/zshrc
@ -552,7 +552,7 @@ alias pypypip3=pippypy3
|
|||||||
# and cross-platform operating systems.
|
# and cross-platform operating systems.
|
||||||
# APG IS LIMITED TO 255 CHARACTERS SO IT'S REPLACED WITH PWGEN!
|
# APG IS LIMITED TO 255 CHARACTERS SO IT'S REPLACED WITH PWGEN!
|
||||||
# Usage: apt-random <minimum length>
|
# 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
|
# cp/mv using rsync. rcp appears to be link to scp in my system, so I can
|
||||||
# safely use this alias.
|
# safely use this alias.
|
||||||
|
Loading…
Reference in New Issue
Block a user