I have installed zsh shell for my computer , and when i want to run some command , example : symfony server:start , i get this error => zsh: command not found: symfony
i can solve the problem temporary on the current shell session by taping this : export PATH="$HOME/.symfony/bin:$PATH" , but when i close the shell and reopen it , i should run for the second time this : export PATH="$HOME/.symfony/bin:$PATH"
PATH="$HOME/.symfony/bin:$PATH"
Any help to apply it permanently ?