[zsh] change config depending on user

This commit is contained in:
Fabian Ising
2025-01-08 10:39:28 +01:00
parent 4d194d822f
commit 84bfcd0297

View File

@@ -23,6 +23,7 @@ if [ $shared_config -eq 0 ]; then
VI_MODE_SET_CURSOR=true VI_MODE_SET_CURSOR=true
else else
plugins_txt=${ZDOTDIR:-~}/.zsh/.zsh_plugins_shared.txt plugins_txt=${ZDOTDIR:-~}/.zsh/.zsh_plugins_shared.txt
static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_shared_plugins.zsh
fi fi
# clone antidote if necessary # clone antidote if necessary
if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then