fix(tools): fix fzf installation

This commit is contained in:
2023-08-30 20:25:16 +03:00
parent 288e63c9d9
commit 76b2236c63
14 changed files with 2748 additions and 12 deletions

View File

@@ -20,6 +20,6 @@ x-load-configs
# Import ssh keys in keychain
ssh-add -A 2>/dev/null;
# shellcheck source=../config/fzf/fzf.bash
[ -f "${DOTFILES}/config/fzf/fzf.bash" ] \
&& source "${DOTFILES}/config/fzf/fzf.bash"

View File

@@ -58,6 +58,7 @@ have antigen && {
antigen apply
}
# shellcheck source=../config/fzf/fzf.zsh
[ -f "${DOTFILES}/config/fzf/fzf.zsh" ] \
&& source "${DOTFILES}/config/fzf/fzf.zsh"