You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actual error message is: /Users/stephenferris/.zprezto/init.zsh:source:172: no such file or directory: /Users/stephenferris/.zpreztorc
/Users/stephenferris/.zprezto/init.zsh:source:199: no such file or directory: /Users/stephenferris/.zprezto/init.zsh
Line 172 in init.zsh is included in 3rd line if statement
Source the Prezto configuration file.
if [[ -s "${ZDOTDIR:-$HOME}/.zpreztorc" ]]; then
source "${ZDOTDIR:-$HOME}/.zpreztorc"
line 199 is:
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
something I added when ln command didn't work per on-line prezto instructions
fi
Description
prezto fails with errors at lines 172 and 199 in init.zsh (see attached file)
Expected behavior
prezto not to fail
Actual behavior
Failed with error messages problems at lines 172 and 199 of ~/.zprezto/zsh.int
Steps to Reproduce
Versions
The text was updated successfully, but these errors were encountered: