From 350b90235339624904ceae9757e0a938ad0772ac Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 19 Mar 2025 16:54:11 +0100 Subject: [PATCH] feat: mux=tmuxinator and cat=bat alias --- hosts/default/configuration.nix | 1 + modules/home-manager/zsh.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index fd151d6..f38a7b4 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -109,6 +109,7 @@ air alacritty banana-cursor + bat blueman brave brightnessctl diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index a34aa69..d6c3103 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -10,6 +10,8 @@ clear = "clear && fastfetch"; sl = "sl | lolcat"; cds = "cd \"$HOME/Nextcloud/Obsidian/FH/2. Semester/\""; + mux = "tmuxinator"; + cat = "bat"; }; initExtra = "fastfetch";