From ab21a6a773b6f44916bda98dc5d08e79ba1bad12 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 31 Jul 2018 16:33:14 -0400 Subject: Add rand alias I have no idea why I've kept on typing this out. --- home/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home') diff --git a/home/.zshrc b/home/.zshrc index 3c1f51dc..c7f58fce 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -34,6 +34,7 @@ alias ga='git add' gmv='git mv' grm='git rm' alias gc='git commit' gca='gc --amend' gt='git tag' alias gp='git push' gu='git pull' gf='git fetch' alias gr='git rebase' gra='gr --abort' grc='gr --continue' grs='gr --skip' +alias rand='openssl rand -base64 33' nasd() { local tmp=$(mktemp) -- cgit 1.4.1