225e199eb102
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 15 Jan 2020 18:58:23 -0500 |
parents | 49d2e9100576 |
children | 0562f12335c0 |
branches/tags | (none) |
files | README.md bin/bouncehg vim/vimrc |
Changes
--- a/README.md Tue Jan 14 13:32:31 2020 -0500 +++ b/README.md Wed Jan 15 18:58:23 2020 -0500 @@ -1,4 +1,4 @@ -```text +``` _ _ __ _ _ __ _ _ (_) | / /| | | | / _(_) | ___ _| | / /_| | ___ | |_| |_ _| | ___ ___
--- a/bin/bouncehg Tue Jan 14 13:32:31 2020 -0500 +++ b/bin/bouncehg Wed Jan 15 18:58:23 2020 -0500 @@ -3,4 +3,4 @@ set -euo pipefail pass show -c servers/hg/sjl -ssh -t hsl -- sudo servicectl restart hg +ssh -t hsl -- sudo systemctl restart hg
--- a/vim/vimrc Tue Jan 14 13:32:31 2020 -0500 +++ b/vim/vimrc Wed Jan 15 18:58:23 2020 -0500 @@ -1518,11 +1518,8 @@ augroup ft_hgrc au! - " s/shs/ghs/ - au BufReadPost,BufNewFile hgrc nnoremap <buffer> <localleader>g yypciwgit<esc>wwcwghs<esc>A.git<esc> - - " s/shs/bbs/ - au BufReadPost,BufNewFile hgrc nnoremap <buffer> <localleader>b yypciwbit<esc>wwcwbbs<esc> + " s/hsl/ghs/ + au BufReadPost,BufNewFile hgrc nnoremap <buffer> <localleader>g yypciwgit<esc>wwcwghs<esc>f/f/asjl/<esc>A.git<esc> augroup END " }}}