dotties/.bashrc.freebsd

7 lines
75 B
Bash

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