chezmoi: use standard script dir

This commit is contained in:
js0ny 2025-09-27 16:13:42 +01:00
parent eb31d815ce
commit 8b2899ca97
10 changed files with 0 additions and 0 deletions

View file

@ -1,6 +0,0 @@
#!/bin/sh
# shellcheck shell=sh
if command -v nvim > /dev/null 2>&1; then
nvim --headless +checkhealth +"w nvim-healthcheck.txt" +qall
fi