40a22443c9
Deleted dotfiles/.local/share/chezmoi/dot_editorconfig
7 lines
198 B
Bash
7 lines
198 B
Bash
#!/usr/bin/env sh
|
|
|
|
# {{ output "sha256sum" (joinPath .chezmoi.sourceDir "private_dot_config/crontab/config") }}
|
|
|
|
echo "Run onchange after crontab hook"
|
|
|
|
crontab < "$XDG_CONFIG_HOME/crontab/config"
|