From 2201119bed888f5c827e159d2a8cc57846f111d8 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 16 Jul 2024 04:52:05 -0400 Subject: [PATCH] (zsh): add fzf history search plugin --- .gitmodules | 3 +++ .local/share/zsh/plugins/zsh-fzf-history-search | 1 + 2 files changed, 4 insertions(+) create mode 160000 .local/share/zsh/plugins/zsh-fzf-history-search 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