diff options
author | June McEnroe <programble@gmail.com> | 2018-03-28 13:37:35 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-03-28 13:38:23 -0400 |
commit | cd09b7cc8362f6ef709b83c05fd50325c6331d93 (patch) | |
tree | 1b2f25c3a058461b084ff526f5542f9eba47024a /home/.zshrc | |
parent | Overwrite existing symlinks in link.zsh (diff) | |
download | src-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 '')
-rw-r--r-- | home/.zshrc | 1 |
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' |