From 6f7d953308fe6e6e488560b550d52f95dec3be2d Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 3 Apr 2017 23:39:45 +0200 Subject: [PATCH] alias ls --color --- zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 7abe23a..497e3ef 100644 --- a/zshrc +++ b/zshrc @@ -6,6 +6,4 @@ compinit promptinit prompt adam2 -# key bindings -bindkey -v - +alias ls="ls --color"