diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-13 15:59:18 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-13 15:59:18 -0400 |
commit | c053f586f18ce70deba57d32ab98ca6c2779729f (patch) | |
tree | fe3bc3eb68bdec401e025363f8bd396a147dcdc4 | |
parent | e1cd862482be8af6dc4160aca18bea3ae16fc4a4 (diff) | |
parent | 39c0d7a5c7538350e96fc135147f56cdb7d45093 (diff) |
Merge branch 'master' into gluglugt60-par/master
-rw-r--r-- | .config/ssh/config | 2 | ||||
-rw-r--r-- | .config/symlinks | 1 |
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 |