fix(ZSH): instant prompt - fix error with ssh-agent

This commit is contained in:
Olivier DOSSMANN 2024-11-24 13:28:38 +01:00
parent abcc7e16cb
commit 7d426ae1ab
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#!/usr/bin/env zsh
# Scripts that should be loaded before instant prompt
# because they ask something in prompt
source ${ZDOTDIR:-$HOME}/.before.zshrc.zsh
# Enable Powerlevel10k instant prompt. Should stay close to the top of .zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.