From: Maximilian Friedersdorff Date: Tue, 31 Oct 2023 13:47:09 +0000 (+0000) Subject: Some nice plugins X-Git-Url: https://git.friedersdorff.com/?p=max%2Fsaltfiles.git;a=commitdiff_plain;h=a6f3b08909eb8ef9f4bfe2ce35ee9370198ecc2f Some nice plugins --- 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