From 0d2c495809d1c3d2d3bfd56dfb6abe44f3deac39 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 15 Mar 2015 19:59:25 +0200 Subject: [PATCH] rc: replace apg with pwgen and don't ask questions about the alias still being apg-random! --- rc/bashrc | 3 ++- rc/zshrc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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.