#!/bin/sh # macOS has -G alias la="ls -AhG" alias ls="ls -Gh" alias l="ls -lAhG"