1790650ca732
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 27 Dec 2019 10:34:00 -0500 |
parents | deea0d6d9ac4 (diff) e15d05d1db45 (current diff) |
children | b9806066f2a9 99c33b39e53d |
branches/tags | (none) |
files |
Changes
--- a/.hgignore Fri Dec 27 03:14:26 2019 +0000 +++ b/.hgignore Fri Dec 27 10:34:00 2019 -0500 @@ -47,3 +47,4 @@ go/bin lisp/man mutt/accounts +weechat/plugins.conf
--- a/bin/heading Fri Dec 27 03:14:26 2019 +0000 +++ b/bin/heading Fri Dec 27 10:34:00 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 Fri Dec 27 03:14:26 2019 +0000 +++ b/fish/config.fish Fri Dec 27 10:34:00 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