mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 03:39:22 +01:00
Compare commits
3 Commits
302b2322a7
...
053f0e6005
Author | SHA1 | Date | |
---|---|---|---|
053f0e6005 | |||
40fa36f1c1 | |||
3aa3c9ff86 |
@ -25,6 +25,5 @@
|
||||
"pre-commit": {
|
||||
"enabled": true
|
||||
},
|
||||
"schedule": [],
|
||||
"timezone": "Europe/Helsinki"
|
||||
}
|
||||
|
@ -323,6 +323,8 @@ 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,6 +285,8 @@ 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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 04adeb71f5e1190076e15d6341676bd4187c24c2
|
||||
Subproject commit 740a3766b2b66fef356dab8036dcd52c705683c3
|
@ -1 +1 @@
|
||||
Subproject commit ac99da8dd3fdcc4bb361c48e1b02eaa55d95add1
|
||||
Subproject commit 721e52b41f9b7ced819ef0f1d341d3c15bcdbeb2
|
Loading…
Reference in New Issue
Block a user