This commit is contained in:
Bartek Stalewski 2024-06-19 23:32:59 +02:00
parent f26274aeae
commit 76f1ec7690
No known key found for this signature in database

View file

@ -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