ohmyzsh: command not found env_default

I got issue on env_default, seems it the misc.zsh is loaded before functions.zsh (which define env_default).

image

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (7 by maintainers)

Most upvoted comments

It looks like both cli.zsh and functions.zsh are empty. Go into the ohmyzsh folder and run a git status to see if the modification appears there. If you haven’t made any modifications to the folder, you can safely run git reset --hard master to go back to a working state.