You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently, after a fresh install, the command fails when there's no config directory present, even though it can be empty. This directory doesn't need to exist when it's being executed from a project with a itermocil.yml.
Steps:
fresh install (no ~/.iTermocil or ~/.teamocil directory exists)
create .itermocil.yml in project directory
execute itermocil
Expected:
launch the configuration from the project dir
Actual:
ERROR: No ~/.itermocil or ~/.teamocil directory
The text was updated successfully, but these errors were encountered:
Description
Currently, after a fresh install, the command fails when there's no config directory present, even though it can be empty. This directory doesn't need to exist when it's being executed from a project with a
itermocil.yml
.Steps:
~/.iTermocil
or~/.teamocil
directory exists)itermocil
Expected:
Actual:
The text was updated successfully, but these errors were encountered: