system changes
This commit is contained in:
parent
8722dc0339
commit
8e061d510a
1 changed files with 1 additions and 1 deletions
|
@ -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) t)
|
||||
(compile (concat "make " arg))
|
||||
(eshell/cd dir)))
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue