summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-31 16:33:14 -0400
committerJune McEnroe <june@causal.agency>2018-07-31 16:33:14 -0400
commitab21a6a773b6f44916bda98dc5d08e79ba1bad12 (patch)
tree1777ca500ff512e31c2074cbfb35d097b4956102 /home
parentRefactor msr606 (diff)
downloadsrc-ab21a6a773b6f44916bda98dc5d08e79ba1bad12.tar.gz
src-ab21a6a773b6f44916bda98dc5d08e79ba1bad12.zip
Add rand alias
I have no idea why I've kept on typing this out.
Diffstat (limited to 'home')
-rw-r--r--home/.zshrc1
1 files changed, 1 insertions, 0 deletions
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)