commit 2a471e989f7cbc91b62b9331bd4ff11b26bd3246 parent 5a7d058cda204ed25dd507b79ca33b467c9ad03d Author: oscarbenedito <oscar@obenedito.org> Date: Sun, 17 Nov 2019 19:13:03 +0100 Added alias to run Markion before chezmoi Diffstat:
M | dot_bash_aliases.tmpl.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/dot_bash_aliases.tmpl.md b/dot_bash_aliases.tmpl.md @@ -1,4 +1,11 @@ # File `.bash_aliases` +Alias to run Markion everytime we use chezmoi, before actually running chezmoi. +``` file dot_bash_aliases.tmpl +chezmoi() { + sh $HOME/.local/share/chezmoi/run_markion.sh + /bin/chezmoi $* +} +``` Alias to update the system, diferent for Debian or Arch. ``` file dot_bash_aliases.tmpl