Commit 891f5573e2d99334564a2425afdc426228e5f190
1 parent
ef2324baf0
Exists in
master
and in
1 other branch
[IMP] TESTING STUFF
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
dotfiles/environment.sh
| 1 | #@IgnoreInspection AddShebang | 1 | #@IgnoreInspection AddShebang |
| 2 | 2 | ||
| 3 | # git: | 3 | # git: |
| 4 | export GIT_AUTHOR_NAME="mj" | 4 | export GIT_AUTHOR_NAME="mj" |
| 5 | export GIT_AUTHOR_EMAIL="mj@str8.biz" | 5 | export GIT_AUTHOR_EMAIL="mj@str8.biz" |
| 6 | export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME | 6 | export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME |
| 7 | export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL | 7 | export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL |
| 8 | 8 | ||
| 9 | # gzip: | 9 | # gzip: |
| 10 | export GZIP = -9 | 10 | #export GZIP = -9 |
| 11 | 11 | ||
| 12 | # 7z, xz, lzma: | 12 | # 7z, xz, lzma: |
| 13 | export XZ_OPT = -9 | 13 | export XZ_OPT = -9 |
| 14 | 14 |