Misc tweaks

This commit is contained in:
2018-06-14 16:04:36 -07:00
parent f966f44b3c
commit 95eecb6856
6 changed files with 9 additions and 4 deletions

View File

@@ -6,8 +6,6 @@ enable_git_sync () {
systemctl --user enable "$unit_name"
}
unit_name=$(systemd-escape -p "$HOME/.password-store" --template git-sync@.service)
cd "$HOME/.config/systemd/user/"
find * -type f | grep -v git-sync | grep -E "\.service$" | xargs -I unitname sh -c 'echo unitname && systemctl --user enable unitname'