diff options
author | Joris | 2019-04-26 20:10:09 +0200 |
---|---|---|
committer | Joris | 2019-04-26 20:10:09 +0200 |
commit | ca31e0ee11d05b3250aa35db5baa0b155939bbbd (patch) | |
tree | 12660ef11a65264fa836f0dc583c4e7cc07e518e /.tmuxinator.yml | |
parent | 142e0c9fac9896f8cb134fd1e1b010753402e7b8 (diff) |
Add tortillas recipe
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index d9f8748..4bc638d 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -1,5 +1,8 @@ name: cooking +startup_window: app windows: + - console: + - clear - main: - make install watch |