summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-05-14 04:01:09 +0200
committerSebastian Reichel <sre@ring0.de>2012-05-14 04:01:09 +0200
commit3a4a9f5f7ac07161105aae957dbd2d6283f9c97b (patch)
tree0dcdba7b7a433e89b3b7a9989ff9e999c6063e03
parentfa49a7eedcb3448c334d0c1d2bb8f62bb12c5d1c (diff)
downloadzsh-config-3a4a9f5f7ac07161105aae957dbd2d6283f9c97b.tar.bz2
add ll for ls -la
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 8f2e36d..4798105 100644
--- a/zshrc
+++ b/zshrc
@@ -42,6 +42,7 @@ alias less="less -r"
# shortcut for some commands
alias l=ls
+alias ll=ls -la
alias gq="background geeqie"
alias ev="background evince"