diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-03-29 22:03:10 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-03-29 22:03:10 -0600 |
commit | c3bda67e1faa8f4ada4b5f647c65dc2df8614262 (patch) | |
tree | b995e9306a465d48a32848858cc0a0ff21647928 /templates | |
parent | ade7e620e98e17c630a752953257eeefac60c280 (diff) |
Updating template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.yaml b/templates/template.yaml index 525c644..d2a4a09 100644 --- a/templates/template.yaml +++ b/templates/template.yaml @@ -1,5 +1,5 @@ session_name: "${PROJECT}" -start_directory: "~/Work/lift/projects/${PROJECT}/code" +start_directory: "${DIR}" shell_command_before: make up windows: - window_name: code |