Skip to content

Commit

Permalink
fix: remove git-fzf in favor of fzf helpful functions
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed May 13, 2022
1 parent bfe9972 commit 9be6505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function plugin-compile() {
zrecompile -pq "$f"
done
}
local files=(aliases git-fzf zinit)
local files=(aliases fzf zinit)
for f in $files[@]; do
. "${ZDOTDIR:-$HOME/.config/zsh}/$f".zsh
done
Expand Down

0 comments on commit 9be6505

Please sign in to comment.