--- a/fish/config.fish Thu Sep 15 17:03:56 2022 -0400
+++ b/fish/config.fish Thu Sep 15 23:23:16 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
@@ -129,6 +130,8 @@
set -g -x FZF_DEFAULT_COMMAND 'ffind | head -10000'
set -g -x FZF_DEFAULT_OPTS '--height 15'
+set -g -x ANSIBLE_NOCOWS 1
+
# }}}
# Python {{{