Revert "{bash,zsh}rc: workaround insecure homebrew"

This reverts commit 053f0e6005.
This commit is contained in:
Aminda Suomalainen 2024-10-29 09:18:38 +02:00
parent e423a32ea7
commit ded5ed45e0
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View File

@ -323,8 +323,6 @@ fi
# https://github.com/Homebrew/brew
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
# https://www.junian.net/dev/macos-fix-zsh-compinit-insecure-directories/
(compaudit | xargs chmod g-w > /dev/null 2>&1 &)
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
fi

View File

@ -285,8 +285,6 @@ fi
# https://github.com/Homebrew/brew
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
# https://www.junian.net/dev/macos-fix-zsh-compinit-insecure-directories/
(compaudit | xargs chmod g-w > /dev/null 2>&1 &)
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
fi