You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,10 +216,12 @@ These are CLI based apps that make your termainal more efficient and more enjoya
216
216
-[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.
217
217
218
218
With terminal shell, I prefer ZSH, some linux ditros might have ZSH preinstalled while others might not.
219
+
219
220
- In Manjaro Linux, you can switch to ZSH by entering this command. After entering it, logout or restart to take affect.
220
221
```
221
222
sudo chsh -s /bin/zsh
222
223
```
224
+
223
225
Manjaro Linux already comes preloaded with the following plugins for ZSH, plus many more, but I highly recommend them!
224
226
-[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.
225
227
-[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