update
This commit is contained in:
parent
56ad983c4e
commit
cb95c14b42
3 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
alias cdiff="colordiff"
|
||||
alias clean-gpg="for a in `gpg -k | sed -rn 's/pub +[0-9]+[DR]\/(0x[0-9A-Fa-f]+).*/\1/p'`; do gpg2 --quiet --no-tty --edit-key $a clean save; done;"
|
||||
alias clean-gpg="for a in `gpg2 -k | sed -rn 's/pub +[a-z0-9]+\/(0x[0-9A-Fa-f]+).*/\1/p'`;do gpg2 --quiet --no-tty --edit-key $a clean save; done;"
|
||||
alias diff="diff -W $(( $(tput cols) - 2))"
|
||||
|
||||
alias bz2c='bzip2 --best'
|
||||
|
|
|
@ -57,3 +57,8 @@
|
|||
line-graphics = utf-8
|
||||
tab-size = 4
|
||||
blob-view = line-number:yes,interval=5 text
|
||||
[filter "lfs"]
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
|
|
3
init.vim
Normal file
3
init.vim
Normal file
|
@ -0,0 +1,3 @@
|
|||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||
let &packpath = &runtimepath
|
||||
source ~/.vimrc
|
Loading…
Reference in a new issue