nutools/lib/bashrc.d/color_ls.[Darwin]

6 lines
137 B
Bash

# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
if [ -n "$UTOOLS_LS_ALIASES" ]; then
alias ls="ls -G -F"
fi