79f37036982b

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 04 Aug 2022 10:30:51 -0400
parents ce2276bdcbe5
children 18fec414aff5
branches/tags (none)
files fish/config.fish

Changes

--- a/fish/config.fish	Thu Jul 28 20:42:21 2022 -0400
+++ b/fish/config.fish	Thu Aug 04 10:30:51 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