From a6d5778a473e7aec2c59125710ed7213327eea0d Mon Sep 17 00:00:00 2001 From: Akelge Date: Thu, 17 Jan 2013 11:10:26 +0000 Subject: [PATCH] Precise alias for ls on Linux --- zsh/zsh.d/Linux/50-linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zsh.d/Linux/50-linux b/zsh/zsh.d/Linux/50-linux index 88d1ba8..bddb785 100644 --- a/zsh/zsh.d/Linux/50-linux +++ b/zsh/zsh.d/Linux/50-linux @@ -5,4 +5,6 @@ else eval `dircolors` fi +alias ls='ls -F --color=auto' + # vim: set ts=4 sw=4 tw=0 ft=zsh :