hotfix for git credential helper on nixos

This commit is contained in:
Gabriel Ebner 2015-03-14 17:29:31 +01:00
parent ff0a96ea97
commit ccbbd7bccb
2 changed files with 2 additions and 2 deletions

@ -9,4 +9,4 @@
[push]
default = simple
[credential]
helper = syscmd(`find /usr/share/git /usr/share/doc/git -name git-credential-gnome-keyring')
helper = syscmd(`find /usr/share/git /usr/share/doc/git ~/.local/bin -name git-credential-gnome-keyring')

2
vimrc

@ -10,7 +10,7 @@ Plug 'nathanaelkane/vim-indent-guides'
Plug 'chrisbra/Recover.vim'
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --clang-completer --system-libclang' }
" Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --clang-completer --system-libclang' }
Plug 'Shougo/vimproc.vim' , { 'do': 'make -f make_unix.mak' }