From 3a4a9f5f7ac07161105aae957dbd2d6283f9c97b Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 14 May 2012 04:01:09 +0200 Subject: add ll for ls -la --- zshrc | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3