d8677652f94b

Merge
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Sep 2022 23:23:16 -0400
parents 476dcce0f104 (current diff) 169f00eabdc6 (diff)
children 1e626e20d5e6
branches/tags (none)
files fish/config.fish

Changes

--- 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 {{{