PLEASE HELP! changed order of oh-my-zsh in ~/.zrshrc lines (put them at the end of the file due to some other req from anoter software), saved, closed and reopen terminal and for each command excecuting termnial or iterm - there's the same error response!! even simple command do not work and generate the same output.
upon openning the terminal i see those lines (before typing anything):
nvm:7: command not found: tr
nvm:7: command not found: tr
/Users/user/.oh-my-zsh/oh-my-zsh.sh:69: command not found: rm
compdump:136: command not found: mv
detect-clipboard:33: command not found: uname
/Users/user/.rvm/scripts/rvm:12: command not found: uname
/Users/user/.rvm/scripts/rvm:29: command not found: ps
spaceship_jobs:3: command not found: awk
spaceship_jobs:3: command not found: wc
spaceship_jobs:3: command not found: tr
tried :
nano .zshrc
output:
spaceship_exec_time_preexec_hook:2: command not found: date zsh: command not found: nano spaceship_jobs:3: command not found: awk spaceship_jobs:3: command not found: wc spaceship_jobs:3: command not found: tr
tried:
nano .bash_profile
output:
spaceship_exec_time_preexec_hook:2: command not found: date zsh: command not found: nano spaceship_jobs:3: command not found: awk spaceship_jobs:3: command not found: wc spaceship_jobs:3: command not found: tr
even simple ls
command:
output:
spaceship_exec_time_preexec_hook:2: command not found: date zsh: command not found: ls spaceship_jobs:3: command not found: awk spaceship_jobs:3: command not found: wc spaceship_jobs:3: command not found: tr
using macOS bigsur 11.4
thanks