mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix ls output redirection
This commit is contained in:
@@ -107,7 +107,7 @@ if [[ $- == *i* ]] ; then
|
||||
if test -f /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh ; then
|
||||
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
|
||||
fi
|
||||
if command ls --version 2>&1 >/dev/null ; then
|
||||
if command ls --version >/dev/null 2>&1 ; then
|
||||
alias ls="$(whence -p ls) --color -C"
|
||||
fi
|
||||
# Syntax highlighting and substring search
|
||||
|
||||
Reference in New Issue
Block a user