From 1bd05829f25004ae15b419f52e27fdc075a24d69 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Mon, 4 Oct 2021 21:53:54 +0500 Subject: Updates. --- files/.aria2/aria2.conf | 1 + files/.gitconfig | 1 + files/.vimrc | 9 +-------- files/.zsh/rc/S50_aliases | 3 +++ files/bin | 2 +- 5 files changed, 7 insertions(+), 9 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 alfa Assets:Bank:AlfaBank:Card au FileType ledger iabbrev soyuz Assets:Bank:Soyuz:Savings:Deposit:2019-04-15 au FileType ledger iabbrev tinkof Assets:Bank:Tinkoff:Card-Black + au FileType ledger iabbrev vtbm Assets:Bank:VTB:Card-MIR au BufWritePost *.ledger silent! make | redraw! | cwindow au FileType ledger setlocal foldmethod=marker foldmarker={,} au FileType ledger noremap e :call ledger#entry() @@ -630,12 +629,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 index f563df7..c836909 160000 --- a/files/bin +++ b/files/bin @@ -1 +1 @@ -Subproject commit f563df749c7638ac3c7d82ae6ab48895581c10b9 +Subproject commit c83690911af9326784d81e49e2b55de9688c1e9b -- cgit v1.2.3