general cleanup

This commit is contained in:
Jan Jastrow 2022-02-20 17:40:01 +01:00
parent b8b7c9377f
commit d83b47d314
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ fi
#
if test -d "/opt/homebrew/"; then
export PATH="/opt/homebrew/bin/:$PATH"
export PATH="/opt/homebrew/bin:$PATH"
eval "$(/opt/homebrew/bin/brew shellenv)"
fi
@ -69,7 +69,7 @@ if test -d "$homebrew_opt/ruby"; then
fi
if test -d "/usr/local/sbin"; then
export PATH="/usr/local/sbin:$PATH"
export PATH="/usr/local/sbin:$PATH"
fi
#