diff --git a/rc/bashrc b/rc/bashrc index 51c427cf..5ccae096 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -568,8 +568,9 @@ alias pypypip3=pippypy3 # apg with small letters, capital letters and numbers. I don't usually use # special characters as they sometimes have difficulties with some systems # and cross-platform operating systems. +# APG IS LIMITED TO 255 CHARACTERS SO IT'S REPLACED WITH PWGEN! # Usage: apt-random -alias apg-random="apg -a1 -M LCN -m" +alias apg-random="pwgen -s" # cp/mv using rsync. rcp appears to be link to scp in my system, so I can # safely use this alias. diff --git a/rc/zshrc b/rc/zshrc index 53476d10..a3c25469 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -543,8 +543,9 @@ alias pypypip3=pippypy3 # apg with small letters, capital letters and numbers. I don't usually use # special characters as they sometimes have difficulties with some systems # and cross-platform operating systems. +# APG IS LIMITED TO 255 CHARACTERS SO IT'S REPLACED WITH PWGEN! # Usage: apt-random -alias apg-random="apg -a1 -M LCN -m" +alias apg-random="pwgen -s" # cp/mv using rsync. rcp appears to be link to scp in my system, so I can # safely use this alias.