summary refs log tree commit diff
path: root/.zsh/aliases.zsh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-08-11 14:41:41 -0400
committerJune McEnroe <programble@gmail.com>2014-08-11 14:41:41 -0400
commite3cd9581d985e62f58ae21d5c4a11f6d15de23c1 (patch)
tree52f5732fab5ffada2fb7e09eabd35f653f1f7bfb /.zsh/aliases.zsh
parentAdd vim-exchange (diff)
downloadsrc-e3cd9581d985e62f58ae21d5c4a11f6d15de23c1.tar.gz
src-e3cd9581d985e62f58ae21d5c4a11f6d15de23c1.zip
Add randpasswd alias
Diffstat (limited to '.zsh/aliases.zsh')
-rw-r--r--.zsh/aliases.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh
index b92d39b9..a0b3c84a 100644
--- a/.zsh/aliases.zsh
+++ b/.zsh/aliases.zsh
@@ -16,6 +16,8 @@ function tunnel {
   ssh -R 8022:localhost:$1 ec2.cmcenroe.me
 }
 
+alias randpasswd='openssl rand -base64 12'
+
 alias killlall='killall'
 which ripl &> /dev/null && alias irb='ripl'
 alias l='ls'