Move to pash, better vimrc
j3s j3s@c3f.net
Fri, 06 Mar 2020 14:23:32 -0600
2 files changed,
7 insertions(+),
5 deletions(-)
M
.config/aerc/accounts.conf
→
.config/aerc/accounts.conf
@@ -1,10 +1,9 @@
[c3f] source = imaps://j3s@mail.c3f.net:993 -source-cred-cmd = pass c3f +source-cred-cmd = pash show c3f outgoing = smtp+plain://j3s@mail.c3f.net:587 -outgoing-cred-cmd = pass c3f +outgoing-cred-cmd = pash show c3f default = INBOX smtp-starttls = yes from = jes <j3s@c3f.net> copy-to = Sent -
M
.vimrc
→
.vimrc
@@ -1,7 +1,10 @@
syntax on colors patine +set list lcs=tab:▸\ ,trail:·,nbsp:_ " weird defaults +set expandtab +set autoindent set tabstop=4 set shiftwidth=4 set scrolloff=10@@ -51,7 +54,7 @@ " markdown
autocmd FileType markdown setlocal noruler spell spelllang=en " ruby -autocmd FileType ruby setlocal sw=2 sts=2 expandtab +autocmd FileType ruby setlocal ts=8 sw=2 sts=2 " yaml -autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab +autocmd FileType yaml setlocal ts=2 sts=2 sw=2