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.
This commit is contained in:
Andrew Tomaka 2017-07-10 10:29:01 -04:00
parent 0d49f3bcbc
commit de410b87a2
No known key found for this signature in database
GPG key ID: C78D1A81582BAC86

View file

@ -1,2 +1,3 @@
alias google-chrome="open -a Google\ Chrome"
alias fixbar="killall ControlStrip"
alias subl="reattach-to-user-namespace subl"