From c4005d2f36ff26cda1c4c8ce0882d86c9f33de31 Mon Sep 17 00:00:00 2001 From: Scott Ames Date: Sun, 23 Apr 2023 10:46:06 -0700 Subject: [PATCH] =?UTF-8?q?fix(fish):=20actually=20edit=20using=20chezmoi?= =?UTF-8?q?=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fish/custom_functions.d/chezmoi_edit_fzf.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_dot_config/fish/custom_functions.d/chezmoi_edit_fzf.fish b/home/private_dot_config/fish/custom_functions.d/chezmoi_edit_fzf.fish index 3e49994f..4707687d 100644 --- a/home/private_dot_config/fish/custom_functions.d/chezmoi_edit_fzf.fish +++ b/home/private_dot_config/fish/custom_functions.d/chezmoi_edit_fzf.fish @@ -15,7 +15,7 @@ function chezmoi_edit_fzf \ printf_warn "No file selected\n" return 1 else - echo chezmoi edit --apply "$HOME/$file_path" + chezmoi edit --apply "$HOME/$file_path" end end