Daniel Hwang

Results 3 comments of Daniel Hwang

Hope this helps others: On my Ubuntu 14.04 machine, I edited the `sublime_text.desktop` at `/usr/share/applications` to use `subl`. The patch is available at https://gist.github.com/gnawhleinad/96300214ade5a6da409c. In my `$HOME/.profile`, I have: ```...

You could verify the existence of the environment variable by using the Sublime console, `CTRL+``. In the console: ``` python import os; "P4CONFIG" in os.environ ``` It should return `True`.

> Is there currently a workaround for this issue? Both `clear` and `reset` do not seem to help. @gregwebs, AFAIK, _this_ pull rquest aims to address https://github.com/austinjones/tab-rs/issues/333. I think the...