]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Some nice plugins
authorMaximilian Friedersdorff <maximilian.friedersdorff@envsys.co.uk>
Tue, 31 Oct 2023 13:47:09 +0000 (13:47 +0000)
committerMaximilian Friedersdorff <maximilian.friedersdorff@envsys.co.uk>
Tue, 31 Oct 2023 13:47:09 +0000 (13:47 +0000)
states/zsh/arch.sls
states/zsh/files/zshrc

index 5b576264448d19f5ab71beeb1eb4d698e7d0b2b0..fad1697390bdf4b1cc8fbbcc521e3d7009433c89 100644 (file)
@@ -5,3 +5,5 @@ install zsh:
       - zsh-completions
       - python-virtualenvwrapper
       - keychain
+      - zsh-syntax-highlighting
+      - zsh-autosuggestions
index f453e8b432d734e922b54f0b1dcdbf768735d53d..b8a342b0249edcdd9bbfe4989f40c577f1abb5c3 100644 (file)
@@ -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