diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-06-22 00:55:55 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-06-22 00:55:55 +0200 |
commit | 4ed77e8a9416e18a44296e7e2e17f66fca56be95 (patch) | |
tree | 61ac78987034b8db14a86a16e9d340c4b3e1d34d /zsh/zshrc | |
parent | 6c2548031c06fe8bb6d39e608614253854c4a388 (diff) |
i3: add client kill shortcut
zsh: add ll (old 'l')
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |