--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fish/functions/epp.fish Tue May 21 10:23:36 2019 -0400
@@ -0,0 +1,14 @@
+function epp -d "Edit personal .plan"
+ switch (hostname)
+ case alephnull
+ cd ~/.personal-plan
+ case '*'
+ cd ~/.plan
+ end
+
+ hg pull -u
+ nvim README.markdown
+ hg ci -m 'Update'
+ hg pa
+ cd -
+end
--- a/vim/custom-dictionary.utf-8.add Mon May 20 19:38:38 2019 -0400
+++ b/vim/custom-dictionary.utf-8.add Tue May 21 10:23:36 2019 -0400
@@ -284,3 +284,5 @@
virtualization
rebasing
destructure
+upsert
+upserts