3

Getting this bellow error every time when opening my terminal (ZSH using)

(eval):10: defining function based on alias `z'
(eval):10: parse error near `()'

Also why getting this error after every time execute anything via terminal

bgnotify_end:5: condition expected: 0x0 

Why getting this and how to solve it?

Ferdous90
  • 31
  • 5

2 Answers2

1

Anyone finding this because of error:

(eval):10: defining function based on alias `z'
(eval):10: parse error near `()' 

My solution was to add function at the function declaration. See https://github.com/ohmyzsh/ohmyzsh/issues/6723#issue-313463147

0

After checking several things, finally found the issue it came for

source $ZSH/oh-my-zsh.sh

which I have removed and reinstall again. Now everything is fine. Thanks, everything.

Ferdous90
  • 31
  • 5