From 2a6b44e480a64f8763c03ab91812843891e9bbd9 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 24 Sep 2022 09:49:29 +0200 Subject: [PATCH] feat(tmuxinator): add window for cht.sh --- tmuxinator/default.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tmuxinator/default.yml b/tmuxinator/default.yml index 76f22c5..709d56f 100644 --- a/tmuxinator/default.yml +++ b/tmuxinator/default.yml @@ -2,7 +2,8 @@ name: Standard root: ~/.dotfiles/ windows: - Vim: vim - - Downloads: cd ~/Downloads; clear - - Terminal: cd; clear - - Raycast: cd ~/Code/GitHub/raycast-scripts - Dotfiles: clear + - Terminal: cd; clear + - Cheatsheet: cht.sh --shell + - Raycast: cd ~/Code/GitHub/raycast-scripts + - Downloads: cd ~/Downloads; clear