Skip to content

Commit

Permalink
fix(fish): actually edit using chezmoi 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Apr 23, 2023
1 parent 7b594e8 commit c4005d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4005d2

Please sign in to comment.