99c33b39e53d
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 28 Dec 2019 00:41:06 +0000 |
parents | 24019e3c7df7 (current diff) 1790650ca732 (diff) |
children | a47b90b61621 |
branches/tags | (none) |
files | weechat/plugins.conf |
Changes
--- a/.hgignore Sat Dec 28 00:40:58 2019 +0000 +++ b/.hgignore Sat Dec 28 00:41:06 2019 +0000 @@ -47,3 +47,4 @@ go/bin lisp/man mutt/accounts +weechat/plugins.conf
--- a/bin/heading Sat Dec 28 00:40:58 2019 +0000 +++ b/bin/heading Sat Dec 28 00:41:06 2019 +0000 @@ -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 Sat Dec 28 00:40:58 2019 +0000 +++ b/fish/config.fish Sat Dec 28 00:41:06 2019 +0000 @@ -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