diff options
| author | Anton Bobov <abobov@gmail.com> | 2011-10-26 10:14:03 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2011-10-26 10:14:03 +0600 |
| commit | c3339413792acb963c93a1e85124366d078abe66 (patch) | |
| tree | 803c41572d2bd29cbf8ee5c09129d60c2c245b34 /files | |
| parent | f66a87644b112c6f5cc0ed789fd6cfd020a8f61c (diff) | |
f
Diffstat (limited to 'files')
| -rwxr-xr-x[-rw-r--r--] | files/.gitconfig | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | files/.gvimrc-10093352-SIBSAC | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index 56d6b44..cfe4dfc 100644..100755 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -22,3 +22,4 @@ ka = !sh -c 'gitk --all' - kb = !sh -c 'gitk --branches' - fix = commit --amend -C HEAD + ar = !sh -c 'git archive --format=tar --prefix="$(basename "$PWD")-$1/" $1^{tree} | bzip2 >"$(basename "$PWD")-$1.tar.bz2"' - diff --git a/files/.gvimrc-10093352-SIBSAC b/files/.gvimrc-10093352-SIBSAC index 6fe1949..443bda9 100644..100755 --- a/files/.gvimrc-10093352-SIBSAC +++ b/files/.gvimrc-10093352-SIBSAC @@ -1,2 +1,4 @@ " Испольщзуемый шрифт set guifont=Consolas:h10:cRUSSIAN + +colorscheme mustang |
