From c6e66273bfb288576aeb2403c59f644a893254a4 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Thu, 24 Nov 2016 14:36:24 +0100 Subject: [PATCH] why not earlier, one may wonder --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 5d87b57..d441450 100644 --- a/zshrc +++ b/zshrc @@ -34,7 +34,7 @@ bindkey "$terminfo[kcud1]" history-substring-search-down setopt HIST_FIND_NO_DUPS # Color ls -alias ls="ls --color=auto" +alias ls="ls -hF --color=auto" # No need for less history and more alias less="LESSHISTFILE=- less"