diff options
Diffstat (limited to '')
-rw-r--r-- | .zsh/aliases.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index 00ba1d57..c1490bf5 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -20,7 +20,7 @@ function vman { vim -c "SuperMan $*" || echo "No manual entry for $*" } -alias randpasswd='openssl rand -base64 12' +alias randpasswd='openssl rand -base64 21 | tr +/ -_' alias killlall='killall' which ripl &> /dev/null && alias irb='ripl' |