summaryrefslogtreecommitdiff
path: root/.config/ssh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-12-12 17:27:17 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-12-12 17:27:17 -0500
commitbde70052c4b05b9ecc19b17f03bcff348bfc354a (patch)
tree3ba48a5e754b973687b3f28798030ef1a542987f /.config/ssh
parentb29a4ce1e8256987e195c710a76bb529644ed46f (diff)
shorten ~/.runtime to ~/.r
Diffstat (limited to '.config/ssh')
-rw-r--r--.config/ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ssh/config b/.config/ssh/config
index f651513..a243c5d 100644
--- a/.config/ssh/config
+++ b/.config/ssh/config
@@ -1,7 +1,7 @@
Host *
Protocol 2
ControlMaster auto
- ControlPath ~/.runtime/%l/ssh-%r@%h:%p
+ ControlPath ~/.r/%l/ssh-%r@%h:%p
Compression yes
# Purdue ###################################################