diff options
| author | Anton Bobov <abobov@gmail.com> | 2017-05-03 22:30:43 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2017-05-03 22:30:43 +0500 |
| commit | dc7fdbfaa0b8ee1197df67ef1ff440d6d15fd4b0 (patch) | |
| tree | 1b7236497d074b7219d11f6f40e0e29bc22d2e65 /files/.gitconfig | |
| parent | d50fed6dee55d25963d5bd793d48b8d78eb7676e (diff) | |
Vim and git config update.
git:
- branch alias
vim:
- add diff option to prefer vertical split
- map *GeoJSON* files to json file type
- add map for json formatting using jq
- list files using *find* in CtrlP
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index a179549..07a1e6b 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -16,6 +16,7 @@ [alias] aa = add --all --intent-to-add ar = !sh -c 'git archive --format=tar --prefix="$(basename "$PWD")-$1/" $1^{tree} | bzip2 >"$(basename "$PWD")-$1.tar.bz2"' - + br = branch c = commit --verbose co = checkout ci = commit |
