From ed89f1b6e0beff7003ead244184ee4b98d0a43ea Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 21 Oct 2023 07:18:12 +0200 Subject: [PATCH] linux: updated zsh plugins --- wiki/linux/shell.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wiki/linux/shell.md b/wiki/linux/shell.md index b40b085..c48ca78 100644 --- a/wiki/linux/shell.md +++ b/wiki/linux/shell.md @@ -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