Fix upgrade_emacs

This commit is contained in:
David Morgan 2022-10-11 18:27:49 +01:00
parent ecc14cd182
commit eec9c3782c
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -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";