From 16119cebfc4a3a51f6e02859c43e071fd2fdd83b Mon Sep 17 00:00:00 2001 From: piecka Date: Wed, 30 Apr 2025 10:40:19 +0200 Subject: [PATCH] some changes --- .gitmodules | 4 ---- .zsh/plugins/fzf-zsh-plugin | 1 - .zshenv | 4 ++-- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 160000 .zsh/plugins/fzf-zsh-plugin diff --git a/.gitmodules b/.gitmodules index a946153..34e591b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,10 +14,6 @@ path = .zsh/extract url = https://github.com/le0me55i/zsh-extract branch = master -[submodule ".zsh/plugins/fzf-zsh-plugin"] - path = .zsh/plugins/fzf-zsh-plugin - url = https://github.com/unixorn/fzf-zsh-plugin.git - branch = main [submodule ".zsh/themes"] path = .zsh/themes url = https://git.k4li.de/dotfiles/oh-my-posh.git diff --git a/.zsh/plugins/fzf-zsh-plugin b/.zsh/plugins/fzf-zsh-plugin deleted file mode 160000 index 909f0b8..0000000 --- a/.zsh/plugins/fzf-zsh-plugin +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 909f0b8879481eab93741fa284a7d1d13cf6f79e diff --git a/.zshenv b/.zshenv index 608292d..6e13dc6 100644 --- a/.zshenv +++ b/.zshenv @@ -69,8 +69,8 @@ else fi # ──────────────────────────────────────< fzf plugin >────────────────────────────────────── -[ -d "$HOME/.zsh/plugins/fzf-zsh-plugin/bin" ] && - export PATH="$HOME/.zsh/plugins/fzf-zsh-plugin/bin:$PATH" +# [ -d "$HOME/.zsh/plugins/fzf-zsh-plugin/bin" ] && +# export FZF_PATH="$HOME/.zsh/plugins/fzf-zsh-plugin/bin" # ──────────────────────────────────────< git config >────────────────────────────────────── getGitDir() {