From 84bfcd0297375a48b23ad9402e21e30e612493c7 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 8 Jan 2025 10:39:28 +0100 Subject: [PATCH] [zsh] change config depending on user --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 42abee0..1c799c3 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -23,6 +23,7 @@ if [ $shared_config -eq 0 ]; then VI_MODE_SET_CURSOR=true else plugins_txt=${ZDOTDIR:-~}/.zsh/.zsh_plugins_shared.txt + static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_shared_plugins.zsh fi # clone antidote if necessary if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then