diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-11 18:27:49 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-11 18:27:49 +0100 |
commit | eec9c3782cd880dfbae771efbc4e7f8e49fafbc2 (patch) | |
tree | f1b6249bc3c3b5e427984b6df9ed338d6760c130 /nix-conf | |
parent | ecc14cd182391359b6f4ff54db3d093639e92145 (diff) | |
download | dotfiles-eec9c3782cd880dfbae771efbc4e7f8e49fafbc2.tar.gz |
Fix upgrade_emacs
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/zsh.nix b/nix-conf/home/zsh.nix index ab3e3f9..4e5c1aa 100644 --- a/nix-conf/home/zsh.nix +++ b/nix-conf/home/zsh.nix @@ -49,7 +49,7 @@ mv = "mv -iv"; mkdir = "mkdir -v"; pp = "pushbullet push \"Pixel\" link \"\${1}\" \"\${1}\""; - upgrade_emacs = "cp /Users/djm/.emacs.d/straight/versions/default.el straight-versions-default-`date \"+%Y-%m-%d-%H%M%S\"`.el && emacs --batch -l \"~/.emacs.d/init.el\" -f \"my/upgrade-packages\""; + upgrade_emacs = "cp ~/.emacs.d/straight/versions/default.el straight-versions-default-`date \"+%Y-%m-%d-%H%M%S\"`.el && emacs --batch -l \"~/.emacs.d/init.el\" -f \"my/upgrade-packages\""; # Git log aliases from the omz git plugin gl = "git pull"; |