diff options
| author | David Kaufmann <astra@ionic.at> | 2012-01-18 03:20:36 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2012-01-18 03:20:36 +0100 |
| commit | 04ac662b0bc37f2e0e13464c1bd134290f54ac0b (patch) | |
| tree | 3bc2eb6eec44a27a4e2ef8d9e78b724b2f3de31d /skel | |
| parent | 34dd9e059398053c7b5d92bba83aa294b2a1dda2 (diff) | |
| download | config-04ac662b0bc37f2e0e13464c1bd134290f54ac0b.tar.gz | |
update gitconfig (mail), screenrc (titlebar)
Diffstat (limited to 'skel')
| -rw-r--r-- | skel/.gitconfig | 2 | ||||
| -rw-r--r-- | skel/.screenrc | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/skel/.gitconfig b/skel/.gitconfig index 605e7ff..77fcfb8 100644 --- a/skel/.gitconfig +++ b/skel/.gitconfig @@ -21,7 +21,7 @@ [user] name = David Kaufmann - email = astra@fsinf.at + email = astra@ionic.at [merge] tool = meld diff --git a/skel/.screenrc b/skel/.screenrc index 3928b39..4585539 100644 --- a/skel/.screenrc +++ b/skel/.screenrc @@ -24,6 +24,10 @@ shell -$SHELL # set the default term term rxvt +termcapinfo rxvt* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007' +defhstatus "screen ^E (^Et) | $USER@^EH" +hardstatus off + bindkey -k k3 prev bindkey -k k4 next |
