diff --git a/.gitmodules b/.gitmodules index 603af44..d0a409e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".local/share/zsh/plugins/zsh-autosuggestions"] path = .local/share/zsh/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions.git +[submodule ".local/share/zsh/plugins/zsh-fzf-history-search"] + path = .local/share/zsh/plugins/zsh-fzf-history-search + url = https://github.com/joshskidmore/zsh-fzf-history-search.git diff --git a/.local/share/zsh/plugins/zsh-fzf-history-search b/.local/share/zsh/plugins/zsh-fzf-history-search new file mode 160000 index 0000000..d5a9730 --- /dev/null +++ b/.local/share/zsh/plugins/zsh-fzf-history-search @@ -0,0 +1 @@ +Subproject commit d5a9730b5b4cb0b39959f7f1044f9c52743832ba