169f00eabdc6
Merge
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 11 Aug 2022 16:31:41 -0400 |
parents | 1fea5b4e8980 (diff) 61b4f1f3a9f1 (current diff) |
children | d8677652f94b b038c1a8cdd8 |
branches/tags | (none) |
files |
Changes
--- 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 {{{