18fec414aff5

Merge
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 04 Aug 2022 10:30:55 -0400
parents 79f37036982b (diff) 03403e2b1a36 (current diff)
children 1fea5b4e8980
branches/tags (none)
files

Changes

--- a/fish/config.fish	Sat Jul 30 11:23:28 2022 -0400
+++ b/fish/config.fish	Thu Aug 04 10:30:55 2022 -0400
@@ -6,6 +6,7 @@
 function eg; nvim ~/.gitconfig; end
 function eh; nvim ~/.hgrc; end
 function ei; hg -R ~/src/inventory/ pull -u; and nvim ~/src/inventory/inventory.markdown; and hg -R ~/src/inventory/ ci -m 'Update inventory'; and hg -R ~/src/inventory/ push; end
+function el; cd ~/Dropbox/life; nvim .; end
 function em; nvim ~/.mutt/muttrc; end
 function es; cd ~/src/stumpwm; nvim ~/.stumpwmrc; end
 function ev; nvim ~/.vimrc; end