fix(ZSH): instant prompt - fix error with ssh-agent
This commit is contained in:
parent
abcc7e16cb
commit
7d426ae1ab
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user