I've installed zsh and Oh my zsh to customize my terminal and after trying to use conda raised CommandNotFound.
I actually added to .zshrc
a line with source ~/.bashrc
, as instructed here, and now conda is working again, but everytime I start the terminal or tmux I get the following message:
/home/eduardo/.bashrc:16: command not found: shopt
/home/eduardo/.bashrc:24: command not found: shopt
/home/eduardo/.bashrc:111: command not found: shopt
/usr/share/bash-completion/bash_completion:45: command not found: shopt
/usr/share/bash-completion/bash_completion:53: command not found: complete
/usr/share/bash-completion/bash_completion:56: command not found: complete
/usr/share/bash-completion/bash_completion:59: command not found: complete
/usr/share/bash-completion/bash_completion:62: command not found: complete
/usr/share/bash-completion/bash_completion:65: command not found: complete
/usr/share/bash-completion/bash_completion:68: command not found: complete
/usr/share/bash-completion/bash_completion:71: command not found: complete
/usr/share/bash-completion/bash_completion:74: command not found: complete
/usr/share/bash-completion/bash_completion:77: command not found: complete
/usr/share/bash-completion/bash_completion:80: command not found: complete
/usr/share/bash-completion/bash_completion:1596: parse error near `|'
Is there a way to suppress this? Or maybe a better way to include conda command