summaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-06-22 00:55:55 +0200
committerStefan Ritter <xeno@thehappy.de>2011-06-22 00:55:55 +0200
commit4ed77e8a9416e18a44296e7e2e17f66fca56be95 (patch)
tree61ac78987034b8db14a86a16e9d340c4b3e1d34d /zsh/zshrc
parent6c2548031c06fe8bb6d39e608614253854c4a388 (diff)
i3: add client kill shortcut
zsh: add ll (old 'l')
Diffstat (limited to '')
-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"