summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2018-12-19 16:50:48 +0100
committerAlan Pearce2018-12-19 16:50:48 +0100
commitc7ae8c8bdaf1134d0107063af035968d8505b111 (patch)
tree901ecf856f9cada98b195c8d8638ede6e5c49b57 /zsh
parent609e3c919b8083efbcc953d981b7cc4555b1dea1 (diff)
downloaddotfiles-c7ae8c8bdaf1134d0107063af035968d8505b111.tar.lz
dotfiles-c7ae8c8bdaf1134d0107063af035968d8505b111.tar.zst
dotfiles-c7ae8c8bdaf1134d0107063af035968d8505b111.zip
zsh: install autosuggestions
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 6ec296f..dde5a99 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -144,6 +144,10 @@ zplugin load "mollifier/cd-gitroot"
 zplugin ice wait'1' lucid
 zplugin load "MikeDacre/careful_rm"
 
+ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7"
+zplugin ice wait'1' lucid
+zplugin load "zsh-users/zsh-autosuggestions"
+
 zplugin snippet "OMZ::lib/functions.zsh"
 zplugin snippet "OMZ::lib/termsupport.zsh"