From a32136125f5f5c97b981f539ce94ffda2cb0d694 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sun, 29 Dec 2013 04:55:33 +0000 Subject: [PATCH] l alias to ls -la --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index f9e6357..aff0e0a 100644 --- a/zshrc +++ b/zshrc @@ -7,7 +7,7 @@ bindkey -e alias vi=vim -alias l="ls -l" +alias l="ls -la" alias tmux="tmux -2" alias dustinswan="ssh dustinswan@dustinswan.org" export EDITOR=vim