summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-03-28 13:37:35 -0400
committerJune McEnroe <june@causal.agency>2018-03-28 13:38:23 -0400
commitd9569601025e6e983cf5702a005c1466e6ec50b4 (patch)
treea3d7bfa2de197162387902138e6d4e07ff2e1d81
parentOverwrite existing symlinks in link.zsh (diff)
downloadsrc-d9569601025e6e983cf5702a005c1466e6ec50b4.tar.gz
src-d9569601025e6e983cf5702a005c1466e6ec50b4.zip
Add ll alias
I don't know why I've avoided having one for so long.
-rw-r--r--home/.zshrc1
1 files changed, 1 insertions, 0 deletions
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'