summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 15:59:10 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 15:59:10 -0400
commit39c0d7a5c7538350e96fc135147f56cdb7d45093 (patch)
tree77d28a4c32468985a0074565d9c3b006bbeee929
parent3295c5fd9b09fe0af48e11222c41d69f5bae5dbe (diff)
There's a really silly restriction for the path length of domain sockets.
-rw-r--r--.config/ssh/config2
-rw-r--r--.config/symlinks1
2 files changed, 2 insertions, 1 deletions
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