summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-03-28 13:37:35 -0400
committerJune McEnroe <programble@gmail.com>2018-03-28 13:38:23 -0400
commitcd09b7cc8362f6ef709b83c05fd50325c6331d93 (patch)
tree1b2f25c3a058461b084ff526f5542f9eba47024a /home
parentOverwrite existing symlinks in link.zsh (diff)
downloadsrc-cd09b7cc8362f6ef709b83c05fd50325c6331d93.tar.gz
src-cd09b7cc8362f6ef709b83c05fd50325c6331d93.zip
Add ll alias
I don't know why I've avoided having one for so long.
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 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'