bashrc: finish Linux case in switch statement (whoops)

This commit is contained in:
Andrea Rogers 2024-06-19 22:56:11 -05:00
commit 0c6b1312a9

View file

@ -11,6 +11,7 @@ command -v uname >/dev/null &&
case $(uname) in
Linux)
alias ls='ls --color'
;;
Darwin)
command -v port >/dev/null && . /opt/local/etc/bashrc.mac
;;