diff options
Diffstat (limited to '')
-rw-r--r-- | .zsh/aliases.zsh | 2 |
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' |