system changes

This commit is contained in:
jjanzen 2025-03-24 16:14:37 -05:00
parent 8d09b8d511
commit 981d7b5f3f

View file

@ -396,7 +396,7 @@ Define an =eshell= command to reinstall and update my dotfiles.
"run the argument through make at the root of my dotfiles repository"
(let ((dir (eshell/pwd)))
(eshell/cd "~/.dotfiles")
(compile (concat "make " arg))
(eshell/make arg)
(eshell/cd dir)))
#+end_src