summaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 6b88e9e..1ce5642 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -49,7 +49,8 @@ precmd() {
alias c="clear"
alias ls="ls --color=auto"
-alias l="ls -lah"
+alias l="ls -lh"
+alias ll="ls -lah"
alias mkdir="mkdir -p"
alias pg="pgrep -fl"
alias rmrf="rm -rf"