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
|
||||
touch $HOME/.hushlogin
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
if [[ $(uname -s) = "Darwin" ]]; then
|
||||
touch $HOME/.hushlogin
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
fi
|
||||
|
||||
# prepare directories
|
||||
mkdir -p $XDG_CACHE_HOME/zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue