From d50935ff998ec17c9f640c92096346cf3347cf7b Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 20 Dec 2024 14:15:06 +0530 Subject: [PATCH] Revert "tmux/tmuxp: Create a separate tmux session for Zig" This reverts commit ef9261c05ec00994f3cdb2254d694a08a6a7dcc3. --- tmux/.tmux/session-setup.sh | 1 - tmuxp/.config/tmuxp/zig.yaml | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 tmuxp/.config/tmuxp/zig.yaml diff --git a/tmux/.tmux/session-setup.sh b/tmux/.tmux/session-setup.sh index 9e8d1f5..d0925fc 100755 --- a/tmux/.tmux/session-setup.sh +++ b/tmux/.tmux/session-setup.sh @@ -6,4 +6,3 @@ tmuxp load -d work tmuxp load -d audio-dev tmuxp load -d haskell tmuxp load -d rust -tmuxp load -d zig diff --git a/tmuxp/.config/tmuxp/zig.yaml b/tmuxp/.config/tmuxp/zig.yaml deleted file mode 100644 index 9743bfd..0000000 --- a/tmuxp/.config/tmuxp/zig.yaml +++ /dev/null @@ -1,22 +0,0 @@ -session_name: Zig -windows: - - window_name: Zig-1 - start_directory: "~/GitSources/Zig" - panes: - - - - window_name: Zig-2 - start_directory: "~/GitSources/Zig" - panes: - - - - window_name: Zig-3 - start_directory: "~/GitSources/Zig" - panes: - - - - window_name: Zig-4 - start_directory: "~/GitSources/Zig" - panes: - - - - window_name: Zig-5 - start_directory: "~/GitSources/Zig" - panes: - -