From 39c0d7a5c7538350e96fc135147f56cdb7d45093 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 13 Apr 2015 15:59:10 -0400 Subject: There's a really silly restriction for the path length of domain sockets. --- .config/ssh/config | 2 +- .config/symlinks | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/ssh/config b/.config/ssh/config index 84df253..8649e61 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -1,7 +1,7 @@ Host * Protocol 2 ControlMaster auto - ControlPath ~/.cache/xdg-runtime-dir/%l/ssh-%r@%h:%p + ControlPath ~/.runtime/%l/ssh-%r@%h:%p Compression yes # Purdue ################################################### diff --git a/.config/symlinks b/.config/symlinks index 37a7267..af0f1af 100644 --- a/.config/symlinks +++ b/.config/symlinks @@ -32,6 +32,7 @@ # Directories .cache/maildirproc/ .maildirproc +.cache/xdg-runtime-dir/ .runtime .config/arduino/ .arduino .config/bazaar/ .bazaar -- cgit v1.2.3