1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-02 15:07:45 +02:00

linux: updated zsh plugins

This commit is contained in:
tiyn 2023-10-21 07:18:12 +02:00
parent 535ef6e34f
commit ed89f1b6e0

View File

@ -16,8 +16,9 @@ The following is a list of Unix shells that are POSIX compliant.
powerful scripting language. It is often set to be the
[default user shell](#changing-the-default-user-shell) because of its user
friendliness and a more features like the possibility for
[syntax highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
and [auto suggestions](https://github.com/zsh-users/zsh-autosuggestions).
[syntax highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting)
and [auto suggestions](https://github.com/zsh-users/zsh-autosuggestions) and even an improved
version of [auto completion](https://github.com/marlonrichert/zsh-autocomplete).
## Usage