From bfab8d85dcdef819bd7332e24b45bd9a4368e8e5 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 1 Jul 2024 20:53:40 +0200 Subject: [PATCH] Hushlogin everywhere. --- config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 497a30f..c02212c 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -1,10 +1,10 @@ # mac specific configuration if [[ $(uname -s) = "Darwin" ]]; then - touch $HOME/.hushlogin eval "$(/opt/homebrew/bin/brew shellenv)" fi # prepare directories +touch $HOME/.hushlogin mkdir -p $XDG_CACHE_HOME/zsh mkdir -p $XDG_DATA_HOME/zsh