profile.linux: Arch Guile /usr/local prefix fixup

This commit is contained in:
Andrea Rogers 2024-11-16 01:33:34 -06:00
commit 9002e98b5e
2 changed files with 9 additions and 1 deletions

View file

@ -27,7 +27,7 @@ command -v uname >/dev/null &&
case $(uname) in
Linux)
alias ls='ls --color'
[ -f /etc/os-release ] && . /etc/os-release
[ -z "$ID" ] && [ -f /etc/os-release ] && . /etc/os-release
;;
Darwin)
command -v port >/dev/null && . /opt/local/etc/bashrc.mac