diff options
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 |