diff options
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index da872d4..90c4684 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -4,5 +4,5 @@ startup_window: app windows: - console: - clear - - app: - - make clean watch + - main: + - make install watch |