0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

add what omz and zsh are not

Ilya Maximov 2021-06-24 20:35:01 +02:00
parent 5b995b28e0
commit 8554acee3a

19
FAQ.md

@ -48,6 +48,25 @@ A zsh theme is a zsh script that changes the **prompt**. The prompt is the line
The `.zshrc` file (or just `zshrc` file) is a file that zsh reads when it starts. It can be found in your home directory, which will change depending on the system and platform you're using. On a terminal, the path to the home directory can be found by running `echo $HOME`.
#### What Oh My Zsh is not
- Zsh
- A Zsh replacement
- A plugin/theme downloader (although a lot of plugins/themes are preinstalled)
- The app that's called "Terminal"
- A terminal shell
- A Zsh theme
- A Bash theme
- A dead project
#### What Zsh is not
- Oh My Zsh
- A plugin engine
- A reason to instantly uninstall Bash
- Unusable without Oh My Zsh
- The app that's called "Terminal"
## How do I...?
#### How do I install Zsh?