From e652259d1dcf1309f37d49dea95997ae8d4b79ff Mon Sep 17 00:00:00 2001 From: Cristian Miranda Date: Sun, 7 Jan 2024 12:43:34 -0300 Subject: [PATCH] :wrench: tmu: add cheyenne session --- home/bin/tmu | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/bin/tmu b/home/bin/tmu index 18b94079..04a299ec 100755 --- a/home/bin/tmu +++ b/home/bin/tmu @@ -6,6 +6,7 @@ YAY = "yay" GENERAL = "general" DOTFILES = "dotfiles" LG = "lillegroup" +CH = "cheyenne" def main() options = {} @@ -66,6 +67,10 @@ def init() sendCommand(LG, 1, 1, "clear; echo ""; figlet -d $HOME/.local/share/figlet -f \"ANSI Shadow\" -c -W 'ehr.dev' | lolcat") selectPane(LG, 1, 0) selectWindow(LG, 0) + + newSession(CH) + renameWindow(CH, 0, "cheyenne") + sendCommand(CH, 0, 0, "clear; echo ""; cd $WORKSPACE_DIR/../Workspace_CH; figlet -d $HOME/.local/share/figlet -f \"ANSI Shadow\" -c -W 'CHEYENNE' | lolcat") end def killTmux()