From b03532007372d4fb415b177f228b463140b8242b Mon Sep 17 00:00:00 2001 From: Oliver Kaufmann Date: Tue, 27 Feb 2024 11:12:38 +0100 Subject: [PATCH] chore: cleanup even more --- shell/.exports | 1 + shell/.vim/{plugins => plugin}/.gitignore | 0 2 files changed, 1 insertion(+) rename shell/.vim/{plugins => plugin}/.gitignore (100%) diff --git a/shell/.exports b/shell/.exports index eaaf5c9..3e2f145 100644 --- a/shell/.exports +++ b/shell/.exports @@ -18,6 +18,7 @@ export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=5' # setup fzf export FZF_DEFAULT_OPTS="--bind='ctrl-o:execute(code {})+abort'" [ -f /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh # Prefer US English and use UTF-8 export LANG="en_US.UTF-8" diff --git a/shell/.vim/plugins/.gitignore b/shell/.vim/plugin/.gitignore similarity index 100% rename from shell/.vim/plugins/.gitignore rename to shell/.vim/plugin/.gitignore