diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-01-01 22:49:01 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-01-01 22:49:01 +0000 |
commit | eb52f06b57807131310325c59348f31133977be8 (patch) | |
tree | 04a7bea8bdab14ce38394ac2b009dbaa1ed48e3e /template.yml | |
parent | a0a1c68b3a532766d378df0f8d4e85610c70c7f1 (diff) |
Fixing linux vs mac config
Diffstat (limited to 'template.yml')
-rw-r--r-- | template.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.yml b/template.yml index 405b268..47c5c1b 100644 --- a/template.yml +++ b/template.yml @@ -1,5 +1,5 @@ session_name: "${PROJECT}" -start_directory: "/Users/codyhiar/Work/lift/projects/${PROJECT}/code" +start_directory: "~/Work/lift/projects/${PROJECT}/code" shell_command_before: make up windows: - window_name: code |