aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2021-10-04 21:53:54 +0500
committerAnton Bobov <abobov@gmail.com>2021-10-04 21:53:54 +0500
commit1bd05829f25004ae15b419f52e27fdc075a24d69 (patch)
tree5de7456e70a6b20db515c9abe4524bef78a5c6e5
parentde6e4dc5f3bb31b6b9fd5e8bb7d3d0d6b75219d4 (diff)
Updates.
-rw-r--r--files/.aria2/aria2.conf1
-rw-r--r--files/.gitconfig1
-rw-r--r--files/.vimrc9
-rw-r--r--files/.zsh/rc/S50_aliases3
m---------files/bin0
5 files changed, 6 insertions, 8 deletions
diff --git a/files/.aria2/aria2.conf b/files/.aria2/aria2.conf
index 2a6e5ad..10e959d 100644
--- a/files/.aria2/aria2.conf
+++ b/files/.aria2/aria2.conf
@@ -4,6 +4,7 @@ summary-interval=0
max-connection-per-server=3
auto-file-renaming=false
file-allocation=falloc
+continue=true
rpc-listen-all=true
rpc-allow-origin-all=true
diff --git a/files/.gitconfig b/files/.gitconfig
index f742e94..4b7bd99 100644
--- a/files/.gitconfig
+++ b/files/.gitconfig
@@ -84,6 +84,7 @@
[branch]
autosetupmerge = always
autosetuprebase = local
+ sort = authordate
[rebase]
instructionFormat = %s [%an] {%ar}
[rerere]
diff --git a/files/.vimrc b/files/.vimrc
index 5c71785..3253467 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -79,8 +79,6 @@ Plugin 'https://github.com/ledger/vim-ledger'
" Jade templates
Plugin 'https://github.com/digitaltoad/vim-jade.git'
-" Pandoc
-Plugin 'vim-pandoc/vim-pandoc'
" Orgmode
Plugin 'https://github.com/jceb/vim-orgmode'
" EditorConfig plugin for Vim
@@ -613,6 +611,7 @@ augroup ft_ledger
au FileType ledger iabbrev <buffer> alfa Assets:Bank:AlfaBank:Card
au FileType ledger iabbrev <buffer> soyuz Assets:Bank:Soyuz:Savings:Deposit:2019-04-15
au FileType ledger iabbrev <buffer> tinkof Assets:Bank:Tinkoff:Card-Black
+ au FileType ledger iabbrev <buffer> vtbm Assets:Bank:VTB:Card-MIR
au BufWritePost *.ledger silent! make | redraw! | cwindow
au FileType ledger setlocal foldmethod=marker foldmarker={,}
au FileType ledger noremap <Leader>e :call ledger#entry()<CR>
@@ -631,12 +630,6 @@ let g:ledger_accounts_cmd = 'cat ~/.ledger-accounts'
let g:tex_flavor = 'latex'
" }}}
-" vim-pandoc {{{
-
-let g:pandoc#filetypes#handled = ["pandoc", "markdown"]
-let g:pandoc#filetypes#pandoc_markdown = 0
-
-" }}}
" polyglot {{{
diff --git a/files/.zsh/rc/S50_aliases b/files/.zsh/rc/S50_aliases
index a188c2c..8a9d416 100644
--- a/files/.zsh/rc/S50_aliases
+++ b/files/.zsh/rc/S50_aliases
@@ -76,6 +76,8 @@ alias mux='tmuxinator'
alias scratch='vim -c Scratch'
alias scratchmd='vim -c Scratch -c "set ft=markdown"'
alias rscp='rsync -avzhP'
+is_command pigz && alias gzip='pigz'
+is_command unpigz && alias gunzip='unpigz'
alias man='LANG=C man'
@@ -117,6 +119,7 @@ alias http='http --timeout=99999 --style=solarized'
alias make='make -j$(nproc)'
alias nicer='nice -n 15 ionice -c 2 -n 7'
alias gco="git branch --sort=-committerdate | fzf --tiebreak=index | xargs git checkout"
+alias gst="git status"
alias ghome='cd "$(git rev-parse --show-toplevel)"'
test -f ~/bin/pandoc-filter-includes.py && alias pdoc='pandoc --smart --standalone --filter ~/bin/pandoc-filter-includes.py'
is_command pgcli && alias pgcli="pgcli --pgclirc ~/.config/pgcli/config --pgclirc ~/.config/pgcli/local.config"
diff --git a/files/bin b/files/bin
-Subproject f563df749c7638ac3c7d82ae6ab48895581c10b
+Subproject c83690911af9326784d81e49e2b55de9688c1e9