From de410b87a20d403cf042d3d610f8c611d76d9576 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 10 Jul 2017 10:29:01 -0400 Subject: [PATCH] Force sublime text to accept file path https://github.com/SublimeTextIssues/Core/issues/675#issuecomment-73426588 outlines an issue with tmux that I am affected by. This fixes it. I assume the same thing applies on Linux but don't have a gui to test on. --- aliases-mac | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases-mac b/aliases-mac index 026c0b0..a15d9cc 100644 --- a/aliases-mac +++ b/aliases-mac @@ -1,2 +1,3 @@ alias google-chrome="open -a Google\ Chrome" alias fixbar="killall ControlStrip" +alias subl="reattach-to-user-namespace subl"