1 2 3 4 5 6 7
#!/bin/sh # OpenBSD does not have the -G flag alias la="ls -Ah" alias ls="ls -h" alais l="ls -lAh"