# HG changeset patch # User Oleksandr Gavenko # Date 1272891679 -10800 # Node ID 9f92e3aed44292b69eef56f68c0fd58566d46f42 # Parent 8857ff1fb4f33bdcd3a984f5fda7097d9f7a48f4 Use '_' instead ':' symbol as colon not allowd on Windows fs. diff -r 8857ff1fb4f3 -r 9f92e3aed442 .Xdefaults --- a/.Xdefaults Mon Apr 26 23:08:44 2010 +0300 +++ b/.Xdefaults Mon May 03 16:01:19 2010 +0300 @@ -2,7 +2,7 @@ ! $ xrdb -merge ~/.Xdefaults ! Useful font name: -! 5x7, 5x8, 6x9, 6x10, 6x12, 7x13, 7x14, 9x15, 8x16, 10x20, 12x24 +! 4x6, 5x7, 5x8, 6x9, 8x9, 6x10, 5x12, 6x12, 7x12, 8x12, 16x12, 6x13, 7x13, 8x13, 7x14, 9x15, 8x16, 12x16, 9x18, 10x18, 10x20, 12x24 emacs.font: 7x13 emacs21.font: 7x13 diff -r 8857ff1fb4f3 -r 9f92e3aed442 .ssh/config --- a/.ssh/config Mon Apr 26 23:08:44 2010 +0300 +++ b/.ssh/config Mon May 03 16:01:19 2010 +0300 @@ -2,5 +2,5 @@ # Allow sharing of multiple sessions over a single network connection. # Also don't prompt for password second time. Host * -ControlPath ~/.ssh/sock/%r@%h:%p +ControlPath ~/.ssh/sock/%r@%h_%p ControlMaster auto