Comments on How to Setup ZSH and Oh-my-zsh on Linux

The Z Shell or zsh is an interactive UNIX shell and powerful command-line interpreter for scripting language including shell scripting. The Z shell has become one of the most popular shells for Linux operating system. It's rich in features and easy to configure and customize.

6 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: geoff

I get all the way down to this command:

source ~/.zshr

and get this error:

autoload: command not found

bash: /home/me/.oh-my-zsh/oh-my-zsh.sh: line 41: syntax error near unexpected token `('

bash: /home/me/.oh-my-zsh/oh-my-zsh.sh: line 41: `for plugin ($plugins); do'

Where does the "source" command come from?

 

By: Spafbi

Geoff, "source" is a built in shell command. If you're still in bash you need to first load zsh; just type zsh and press enter, then try to source ~/.zshr.

-Spafbi

By: zhongwang

May I get to know the font of your terminal?

By: trespidian

Missing c at end of file name.  Try source ~/.zshrc

By: Felix orinda

Amazing work

I have done the setup on my kali 2020.3 and have some awesome taste of zsh 

The article helped me a lot

Thank you

By: Francisco

The last link for plugins is wrong.