From 2f1581779638989b7f5d232c0b455e95edc8b249 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 7 May 2018 19:29:30 +0100 Subject: [PATCH] Add autosuggestions --- .gitmodules | 3 +++ shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions | 1 + 2 files changed, 4 insertions(+) create mode 160000 shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions diff --git a/.gitmodules b/.gitmodules index e8ee1da8..9e65e059 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "shells/zsh/zsh-syntax-highlighting"] path = shells/zsh/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"] + path = shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions diff --git a/shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions b/shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions new file mode 160000 index 00000000..67a364bc --- /dev/null +++ b/shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit 67a364bc1766fb775010cd00dda1967210013410