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"