From 85a0993fe20ee254d2287e4f4d568a0e7fc13ef6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 16 Dec 2024 16:25:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-16 16:25:04 --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 656434c5..bf73b091 100644 --- a/.zshrc +++ b/.zshrc @@ -20,6 +20,7 @@ bindkey "^e" edit-command-line # Set up fzf key bindings and fuzzy completion source ~/.config/zsh/fzf.zsh +source ~/.config/zsh/fzf-git.sh # alias ls="eza -lh --git" alias ls="eza --long --git --header --icons"