# HG changeset patch # User Steve Losh # Date 1659623451 14400 # Node ID 79f37036982be057f2d3030fe18ec997c9c3e421 # Parent ce2276bdcbe557d9fc06798e1c3ead101f6950c1 More diff -r ce2276bdcbe5 -r 79f37036982b fish/config.fish --- 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