diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-11-03 18:06:36 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-11-03 18:06:36 +0500 |
| commit | 2f04972b505a9e512cb7e33223ac39b9c3f5291d (patch) | |
| tree | 3f24d314383d0d6baa905ec83fdfdb4b4c41700f | |
| parent | ff88948fefe8fb44c0d7912efe1df83915631875 (diff) | |
Updates.
| -rw-r--r-- | files/.gitconfig | 4 | ||||
| -rw-r--r-- | files/.vimrc | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index 5b3bcfa..db8a092 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -81,9 +81,7 @@ noconsole = yes needsfile = yes [include] - path = .gitconfig.local -[includeIf "gitdir:~/src/rusgis/**"] - path = ~/.gitconfig-rusgis + path = ~/.gitconfig.local [filter "lfs"] required = true clean = git-lfs clean -- %f diff --git a/files/.vimrc b/files/.vimrc index 64d1d53..8b762d1 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -225,7 +225,7 @@ if has('termguicolors') set termguicolors endif set background=light -colorscheme solarized8 +silent! colorscheme solarized8 " }}} |
