Dan Barrett

Results 3 issues of Dan Barrett

In my .zshrc, I run it2check to see if the ssh session is coming from iterm2 so that I can enable some of its extra features. When I long in...

The screenshot is present, but the theme file is not in the source tree.

in `get_setting`: `os.name` returns `'posix'` rather than `'darwin'`. Replacing `os.name` with `sys.platform` returns `'darwin'`. This change works on MacOS and Linux. I don't have a Windows machine so can't verify...

bug
help wanted