diff options
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index f6e037e..c3a79fc 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -5,4 +5,4 @@ windows: layout: fff4,119x58,0,0{94x58,0,0,0,24x58,95,0,1} panes: - # Empty - - make clean install watch + - make install watch |