From 98281df5da8306a73719705df4089f48c32a5f1c Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 2 Dec 2016 14:45:16 +0100 Subject: [PATCH] show dotfiles --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index e01b3e7..be2e3e4 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="lr -1FAG" +alias ls="lr -1FG" # No need for less history and more alias less="LESSHISTFILE=- less"