Commit Graph

320 Commits

Author SHA1 Message Date
Peter J. Holzer 200df8d1a6 Use long DEB_SIGN_KEYID
dpkg-buildpkg doesn't accept short ids any more (UDIAGS).
2020-04-16 14:37:50 +02:00
Peter J. Holzer 1fb9fc5a6c Set foreground color to black
Just setting the background color may result in unreadable combinations.
A black foreground should always work well with a light background.
2020-04-16 12:12:25 +02:00
Peter J. Holzer cca4072c37 Fix handling of FPATH 2020-03-30 16:42:05 +02:00
Peter J. Holzer ab06f7efbe Don't wrap crontab files 2020-03-27 10:53:34 +01:00
Peter J. Holzer 9a3b1f0b9b Handle .ts and .html files
Recognize .ts files as javascript (its really typescript but I don't
have syntax highlighting for that). Set sw for javascript and html.
2020-03-26 14:55:30 +01:00
Peter J. Holzer c20b8fce3c Make lightbg lighter
The three-digit color codes in xtermcontrol work differently than in
CSS. #EEE is equivalent to #E0E0E0, not #EEEEEE.
2020-03-26 12:09:42 +01:00
Peter J. Holzer 74b669b47a Search for go in /usr/local 2020-03-23 12:30:28 +01:00
Peter J. Holzer 34b9bd06d3 Fix darkbg 2020-03-18 09:16:24 +01:00
Peter J. Holzer 0fdf383857 Set highlight color for darkbg 2020-03-15 13:06:47 +01:00
Peter J. Holzer e571e6068d Merge branch 'master' of github.com:hjp/dot 2020-03-14 18:25:55 +01:00
Peter J. Holzer 4717013939 Remove xterm+256color again but check /lib/terminfo
The terminal defintions with a + are just building blocks, not full
definitions. We can't use them.

OTOH, the definitions in /lib/terminfo seem to work fine in current
Debian and Ubuntu versions (which is what I care about these days), so
we accept them.
2020-02-28 10:49:11 +01:00
Peter J. Holzer 43ba5d2b5c Improve detection of xterm-256color and remove xterm+256color again 2019-12-31 12:10:05 +01:00
Peter J. Holzer be8eb03364 Accept xterm+256colors as an xterm variant 2019-12-31 11:51:20 +01:00
Peter J. Holzer 9a1b52eee2 Assume xterm has 256 colors 2019-12-27 20:08:53 +01:00
Peter J. Holzer 411686c795 Define timestamp format for Oracle 2019-10-10 17:00:48 +02:00
Peter J. Holzer c106c82fb8 Add local go bin directory to path 2019-10-10 10:10:43 +02:00
Peter J. Holzer 6cefd7e458 Remove obsolete comment 2019-10-10 09:58:55 +02:00
Peter J. Holzer 814044968d Remove perl_fold_blocks
It's really slow
2019-09-28 11:31:15 +02:00
Peter J. Holzer 4e4abd2088 Set GIT_AUTHOR_* (only) if not set 2019-09-28 10:25:13 +02:00
Peter J. Holzer 9c62e51afc Set ag path color to blue on white
This is better readable than green on whatever.
2019-09-08 12:19:56 +02:00
Peter J. Holzer c9e58b8be0 Remove redaundant setting of LANG, etc.
We already to this in .zshenv, don't have to do it again.
More importantly, we do it *right* in .zshenv ...
2019-09-04 15:59:29 +02:00
Peter J. Holzer b984c5646f Add settings for Go source files 2019-08-03 18:01:43 +02:00
Peter J. Holzer e5013a5b8b Set environment variable BG 2019-05-18 10:49:42 +02:00
Peter J. Holzer 8a0063cd7e Set BG in .zxtermcolors 2019-05-18 10:28:03 +02:00
Peter J. Holzer e5c28e48d2 Use background from environment 2019-05-18 10:25:23 +02:00
Peter J. Holzer 6015c87af5 Add \x auto to .psqlrc 2019-04-11 21:33:55 +02:00
Peter J. Holzer be1d96969b Add .psqlrc 2019-04-08 15:11:36 +02:00
Peter J. Holzer 8ec9ed6f38 Don't set GO* env vars if ~/go exists
~/go is also used as a cache by a system-installed go compiler, and
setting GOROOT messes this up.
2018-10-26 18:24:32 +02:00
Peter J. Holzer 269bb3d7b0 Temporarily set NULL_GLOB to allow non-matching patterns 2018-09-18 17:26:56 +02:00
Peter J. Holzer 8c64f8791c Remove OpenXchange 2018-09-18 17:07:47 +02:00
Peter J. Holzer 7d14bb87c0 Add jdk 1.10, remove 1.6 2018-09-18 17:06:58 +02:00
Peter J. Holzer 472ac6c36f Note that .zprofile isn't sourced in X sessions 2018-09-17 16:51:29 +02:00
Peter J. Holzer b07fa21a97 fix preppath invocation 2018-09-13 21:15:57 +02:00
Peter J. Holzer fa5185f70a Use newest go on debian 2018-09-13 21:13:15 +02:00
Peter J. Holzer cec644d206 Improve contrast of Visual 2018-07-11 14:34:37 +02:00
Peter J. Holzer 69a0c2152b Enhance contrast on ErrorMsg 2018-06-29 10:23:23 +02:00
Peter J. Holzer 2a320d5b78 Merge branch 'master' of github.com:hjp/dot
Conflicts:
	.vim/colors/hjp.vim
2018-05-18 14:07:43 +02:00
Peter J. Holzer 2cfc86ebed Enhance contrast for search highlight 2018-05-18 13:59:05 +02:00
Peter J. Holzer 7aa4867288 Make Special darker and lose background
The explicit background is annoying. Use the natural background and make
the fg a bit darker to enhance contrast.
2018-05-14 22:06:58 +02:00
Peter J. Holzer d076880470 Order hist strictly by date
By default git tries to keep different branches together, but I find
that more confusing than helpful.
2018-04-09 12:00:22 +02:00
Peter J. Holzer 2a304fdfdf Lowercase dirnames in pd to avoid env variables
This is not foolproof, but most critical environment variables are all
uppercase, so lowercase variables will be mostly safe.
2018-02-07 09:25:24 +01:00
Peter J. Holzer 3404e96cfb Merge branch 'wsr' 2018-02-06 23:24:36 +01:00
Peter J. Holzer f4637c3153 Remove obsolete software from path 2018-01-31 23:09:13 +01:00
Peter J. Holzer a4588228fc Add node-v8.9.4-linux-x86 to path 2018-01-31 23:04:36 +01:00
Peter J. Holzer 22b388d739 Merge branch 'wsr' of https://github.com/hjp/dot into wsr 2018-01-22 18:41:36 +01:00
Peter J. Holzer 5899e9f365 Set PGHOST to WDS server 2018-01-22 18:40:45 +01:00
Peter J. Holzer 9db9d87419 Merge branch 'wsr' of https://github.com/hjp/dot into wsr
Conflicts:
	.zshenv
2018-01-13 21:45:11 +01:00
Peter J. Holzer 4b965dea85 Set wds PYTHONPATH on oro 2018-01-13 21:41:42 +01:00
Peter J. Holzer a4a0a8a23e Merge branch 'wsr' of tsimri.wsr.ac.at:dot into wsr
Conflicts:
	.gitconfig
2018-01-12 23:40:33 +01:00
Peter J. Holzer bb68db30cd Merge branch 'wsr' of github.com:hjp/dot into wsr 2018-01-12 00:05:34 +01:00