X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/b6b8f018a4ab02d6b23abe65f65e78fbcb60ced6..HEAD:/.zsh/zshrc/99-prefill_prompt 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