# HG changeset patch # User Steve Losh # Date 1660249901 14400 # Node ID 169f00eabdc6863248215b20a37b51adf707d5e0 # Parent 1fea5b4e8980d21fecca384ea8b398ac177698f3# Parent 61b4f1f3a9f15ce474f977509aef9e5f4ba0ef8c Merge diff -r 61b4f1f3a9f1 -r 169f00eabdc6 fish/config.fish --- a/fish/config.fish Thu Aug 04 22:32:57 2022 -0400 +++ b/fish/config.fish Thu Aug 11 16:31:41 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 {{{