From d9569601025e6e983cf5702a005c1466e6ec50b4 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 28 Mar 2018 13:37:35 -0400 Subject: Add ll alias I don't know why I've avoided having one for so long. --- home/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home') diff --git a/home/.zshrc b/home/.zshrc index 16772077..e0ddcf5e 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -26,6 +26,7 @@ export NETHACKOPTIONS='name:June, role:Valkyrie, race:Human, gender:female, align:neutral, dogname:Moro, catname:Baron, pickup_types:$!?+/=, color, DECgraphics' +alias ll='ls -lh' alias gs='git status --short --branch' gd='git diff' alias gsh='git show' gl='git log --graph --pretty=log' alias gco='git checkout' gb='git branch' gm='git merge' gst='git stash' -- cgit 1.4.1