Skip to content

Commit 649d979

Browse files
committed
Update .tmuxp.json and .tmuxp.json files to have start_directory relative to config file
1 parent 0eeabdf commit 649d979

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.tmuxp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
}
7070
}
7171
],
72-
"session_name": "tmuxp"
72+
"session_name": "tmuxp",
73+
"start_directory": "./"
7374
}

.tmuxp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
session_name: tmuxp
2+
start_directory: ./ # load session relative to config location (project root).
23
windows:
34
- window_name: tmuxp
45
layout: main-horizontal

0 commit comments

Comments
 (0)