add .winit

This commit is contained in:
kento2 2026-03-08 13:40:44 +01:00
parent bca2ca1770
commit 7b896345c2

View file

@ -1 +0,0 @@
/home/a/dots/files/dots/files/.winit

5
files/.winit Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
rm -f "$HOME"/.config/service-env/* >/dev/null
env | while read -r pair; do
turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")"
done