mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 03:54:42 +00:00
fix(tools): fix fzf installation
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user