[UPDATE][SHELL] Use colors in lsl alias

The '--color=auto' is deactivated when piped into another program, but I
explicitly want to have colors for this command.
This commit is contained in:
Bruno BELANYI 2019-10-04 17:03:23 +02:00
parent 5723876694
commit 7b249daed4

View file

@ -8,7 +8,7 @@ alias lock='i3exit lock'
alias ls='ls -CF --color=auto'
alias ll='ls -li'
alias la='ls -lisa'
alias lsl='ls -lhFA | less'
alias lsl='ls -lhFA --color=always | less'
alias tree='tree -C'
alias grep='grep --color=auto'
alias egrep='egrep --color=auto'