diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-13 17:10:00 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-13 17:10:00 -0400 |
commit | 39db29c39dcca6d47fbc56dffd8c0c7bf63beb51 (patch) | |
tree | c769eba9bb2da4cf6eca0421992736841bf8f8d6 /.config/login.d/90_dot-runtime.sh | |
parent | f181c08119e7bf00ce6520331afb737321f350ad (diff) | |
parent | 39c0d7a5c7538350e96fc135147f56cdb7d45093 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.config/login.d/90_dot-runtime.sh')
-rw-r--r-- | .config/login.d/90_dot-runtime.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/login.d/90_dot-runtime.sh b/.config/login.d/90_dot-runtime.sh deleted file mode 100644 index 87d30ec..0000000 --- a/.config/login.d/90_dot-runtime.sh +++ /dev/null @@ -1,4 +0,0 @@ -# This is really only needed for ssh ControlPath; as I don't have a -# way to communicate XD -mkdir -p -- ~/.runtime -ln -sfT -- "$XDG_RUNTIME_DIR" ~/.runtime/"$HOSTNAME" |