why not earlier, one may wonder

This commit is contained in:
Felix Van der Jeugt 2016-11-24 14:36:24 +01:00
parent 813e0b3951
commit c6e66273bf
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -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"