[ZSH] More ARM fixes

This commit is contained in:
Fabian Ising
2023-06-02 15:51:31 +02:00
parent 796510f1da
commit 4b9610dfb9
3 changed files with 19 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ ARCH=`uname -m`
if [[ $ARCH == "arm64" ]]; then
PREFIX="/opt/homebrew/"
else
PREFIX="/usr/local"
PREFIX="/usr/local/"
fi
function set_permissions {