mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-22 00:30:40 +01:00
Revert "{bash,zsh}rc: workaround insecure homebrew"
This reverts commit 053f0e60058f76ce735351c3303f7eb6517b2591.
This commit is contained in:
parent
e423a32ea7
commit
ded5ed45e0
@ -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
|
||||
|
||||
|
2
rc/zshrc
2
rc/zshrc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user