From 7dce7e6f21351832f6e926d8a4f1edf767c2e47e Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 19 May 2022 10:34:53 +0200 Subject: [PATCH] Escape zsh run on load code --- .zsh/zshrc/99-prefill_prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/99-prefill_prompt b/.zsh/zshrc/99-prefill_prompt index 21555be..8c18a1a 100644 --- a/.zsh/zshrc/99-prefill_prompt +++ b/.zsh/zshrc/99-prefill_prompt @@ -13,7 +13,7 @@ if [[ -n "$ZSH_PREFILL_CMD" ]]; then fi if [[ -n "$ZSH_RUN_ON_LOAD" ]]; then - eval $ZSH_RUN_ON_LOAD + eval "$ZSH_RUN_ON_LOAD" unset ZSH_RUN_ON_LOAD fi -- 2.39.2