Use '_' instead ':' symbol as colon not allowd on Windows fs.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 03 May 2010 16:01:19 +0300
changeset 65 9f92e3aed442
parent 64 8857ff1fb4f3
child 66 486c0203dc2d
Use '_' instead ':' symbol as colon not allowd on Windows fs.
.Xdefaults
.ssh/config
--- 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
--- 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