Colorful ls on FreeBSD

This commit is contained in:
Andrea Rogers 2024-04-25 07:42:47 +00:00
commit 4a72ec1c69
3 changed files with 14 additions and 1 deletions

7
.bashrc.freebsd Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [ -z "$PS1" ]; then
return
fi
alias ls='ls -G'