Skip to content

Commit 5d9cc84

Browse files
committed
Update README.md
1 parent f3756ab commit 5d9cc84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,12 @@ These are CLI based apps that make your termainal more efficient and more enjoya
216216
- [navi](https://github.com/denisidoro/navi) - navi is a cheatsheet for your terminal. Download community made cheatsheets with various commonly used command snippets and examples, and easily search for them to use.
217217

218218
With terminal shell, I prefer ZSH, some linux ditros might have ZSH preinstalled while others might not.
219+
219220
- In Manjaro Linux, you can switch to ZSH by entering this command. After entering it, logout or restart to take affect.
220221
```
221222
sudo chsh -s /bin/zsh
222223
```
224+
223225
Manjaro Linux already comes preloaded with the following plugins for ZSH, plus many more, but I highly recommend them!
224226
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - zsh-autosuggestions is a plugin for zsh that provides auto-suggestions based on your command history.
225227
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - zsh-syntax-highlighting is a plugin for zsh that provides syntax highlighting for commands.

0 commit comments

Comments
 (0)