From 1ff02cc70c351a43de6718c23cbe287de0ea37f9 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 27 Aug 2011 20:54:14 +0200 Subject: [PATCH] add human-readable l alias. --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 4d30a34..354749a 100644 --- a/zshrc +++ b/zshrc @@ -14,6 +14,7 @@ source $ZSH/oh-my-zsh.sh setopt nocorrect_all alias ll=ll +alias l='ls -lha' # History setopt APPEND_HISTORY SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY \