dbdc482505c1
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 26 Dec 2019 10:39:26 -0500 |
parents | 57f3131c232a (diff) 7c8e9659a1c5 (current diff) |
children | deea0d6d9ac4 |
branches/tags | (none) |
files | fish/config.fish lispwords vim/vimrc |
Changes
--- a/bin/heading Tue Dec 24 13:49:47 2019 -0500 +++ b/bin/heading Thu Dec 26 10:39:26 2019 -0500 @@ -4,5 +4,5 @@ shift echo -toilet -t -F gay:crop -f "$FONT" "$@" +toilet -k -t -F gay:crop -f "$FONT" "$@" echo
--- a/fish/config.fish Tue Dec 24 13:49:47 2019 -0500 +++ b/fish/config.fish Thu Dec 26 10:39:26 2019 -0500 @@ -12,7 +12,7 @@ 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 em; nvim ~/.mutt/muttrc; end function es; nvim ~/.stumpwmrc; end -function esc; nvim ~/.ssh/config; end +function essh; nvim ~/.ssh/config; end function ev; nvim ~/.vimrc; end function js; cd ~/scratch; end