index
:
dotfiles.git
main
My Dotfiles
Jacob McDonnell
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
shells
/
utils
/
FreeBSD
/
aliasrc
blob: e774b82d5ce930642effdd3681c536134d530b56 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh # macOS has -G alias la="ls -AhG" alias ls="ls -Gh" alias l="ls -lAhG"