summary refs log tree commit diff
path: root/.zsh/aliases.zsh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2015-01-16 12:01:13 -0500
committerJune McEnroe <programble@gmail.com>2015-01-16 12:01:13 -0500
commit764c3cd7c568a644c70ca7744e16786567a4d077 (patch)
tree1606517903b8469d838551883170634775949a02 /.zsh/aliases.zsh
parentAdd vim-signature plugin (diff)
downloadsrc-764c3cd7c568a644c70ca7744e16786567a4d077.tar.gz
src-764c3cd7c568a644c70ca7744e16786567a4d077.zip
Add more bytes to randpasswd and use URL base64
Diffstat (limited to '')
-rw-r--r--.zsh/aliases.zsh2
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'