From a6f3b08909eb8ef9f4bfe2ce35ee9370198ecc2f Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 31 Oct 2023 13:47:09 +0000 Subject: [PATCH] Some nice plugins --- states/zsh/arch.sls | 2 ++ states/zsh/files/zshrc | 3 +++ 2 files changed, 5 insertions(+) diff --git a/states/zsh/arch.sls b/states/zsh/arch.sls index 5b57626..fad1697 100644 --- a/states/zsh/arch.sls +++ b/states/zsh/arch.sls @@ -5,3 +5,5 @@ install zsh: - zsh-completions - python-virtualenvwrapper - keychain + - zsh-syntax-highlighting + - zsh-autosuggestions diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index f453e8b..b8a342b 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -89,3 +89,6 @@ chpwd() { export GPG_TTY=$(tty) gpg-connect-agent updatestartuptty /bye >/dev/null + +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -- 2.44.0