# HG changeset patch # User Steve Losh # Date 1663298596 14400 # Node ID d8677652f94b27fae44d4e66bbce3c0053cd7e3f # Parent 476dcce0f104faa8a4e2b85bfd629ed8496ccabe# Parent 169f00eabdc6863248215b20a37b51adf707d5e0 Merge diff -r 476dcce0f104 -r d8677652f94b fish/config.fish --- 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 {{{