From 24a3096aee0b90b947cbaac37aad76cccd535074 Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Sun, 13 Oct 2024 01:48:25 -0700
Subject: Add zsh alias

---
 home/nipsy/arrakis.nix | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/home/nipsy/arrakis.nix b/home/nipsy/arrakis.nix
index e03e720..9622c74 100644
--- a/home/nipsy/arrakis.nix
+++ b/home/nipsy/arrakis.nix
@@ -26,6 +26,12 @@
     ".mutt/muttrc".text = (builtins.readFile arrakis/mutt/muttrc);
   };
 
+  programs.zsh = {
+    shellAliases = {
+      manage = "tmux new-window ssh root@darkstar\\; split-window -d ssh root@king\\; new-window ssh root@black-sheep\\; split-window -d ssh root@treebeard\\; new-window ssh root@casey\\; split-window -d ssh root@homer\\; new-window ssh root@lilnasx\\; split-window -d ssh root@trent";
+    };
+  };
+
   sops = {
     age.keyFile = "/home/nipsy/.config/sops/age/keys.txt";
     defaultSopsFile = ./secrets/arrakis.yaml;
-- 
cgit v1.2.3