From 31a0dc1ab34654cdd13aba6f8001c44af5c6f36e Mon Sep 17 00:00:00 2001 From: odrling Date: Fri, 12 Apr 2024 20:21:41 +0200 Subject: [PATCH] delete fzf submodules --- .bash/fzf | 1 - .bash/fzf-tab-completion | 1 - .gitmodules | 6 ------ 3 files changed, 8 deletions(-) delete mode 160000 .bash/fzf delete mode 160000 .bash/fzf-tab-completion diff --git a/.bash/fzf b/.bash/fzf deleted file mode 160000 index 3c0a630..0000000 --- a/.bash/fzf +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c0a6304756e890e0a605b742943a9bb8e1d2247 diff --git a/.bash/fzf-tab-completion b/.bash/fzf-tab-completion deleted file mode 160000 index 19776c4..0000000 --- a/.bash/fzf-tab-completion +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 19776c420456c25ea3578aa7991e7fa41b0b4829 diff --git a/.gitmodules b/.gitmodules index e1fda0c..6735e1f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -23,12 +23,6 @@ [submodule ".local/share/fonts/dots"] path = .local/share/fonts/dots url = https://git.odrling.xyz/fonts -[submodule ".bash/fzf-tab-completion"] - path = .bash/fzf-tab-completion - url = https://github.com/lincheney/fzf-tab-completion.git -[submodule ".bash/fzf"] - path = .bash/fzf - url = https://github.com/junegunn/fzf.git [submodule ".bash/bash-preexec"] path = .bash/bash-preexec url = https://github.com/rcaloras/bash-preexec.git