Bugfix.
This commit is contained in:
parent
f26274aeae
commit
76f1ec7690
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
# mac specific configuration
|
# mac specific configuration
|
||||||
touch $HOME/.hushlogin
|
if [[ $(uname -s) = "Darwin" ]]; then
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
touch $HOME/.hushlogin
|
||||||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
fi
|
||||||
|
|
||||||
# prepare directories
|
# prepare directories
|
||||||
mkdir -p $XDG_CACHE_HOME/zsh
|
mkdir -p $XDG_CACHE_HOME/zsh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue