1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

chore: automatically apply changes to chezmoi files

This commit is contained in:
Ryan Kes 2022-10-09 17:44:23 +02:00
parent b8ed13b787
commit b61b703372

View File

@ -73,6 +73,9 @@
set iskeyword-=# " '#' is an end of word designator
set iskeyword-=- " '-' is an end of word designator
set cmdheight=2 " Better display for messages
" apply changes to chezmoi files automatically
autocmd BufWritePost ~/.local/share/chezmoi/* ! chezmoi apply --source-path "%"
" }
" AutoRestart {