From 7ceb15745764c99f7b1980e7d187a0635b0d9f78 Mon Sep 17 00:00:00 2001 From: Poby <87608318+smg1024@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:09:29 +0900 Subject: [PATCH] feat: oh my zsh plugin for zoxide and eza --- home/zsh.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/zsh.nix b/home/zsh.nix index 8e11bdb..c9e2d73 100755 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -19,8 +19,8 @@ shellAliases = { poby = "echo my name is poby"; - drs = "sudo darwin-rebuild switch --flake ~/nix-darwin#$(hostname)"; # TODO change to just script - drt = "sudo darwin-rebuild test --flake ~/nix-darwin#$(hostname)"; # TODO change to just script + drs = "sudo darwin-rebuild switch --flake ~/nix-darwin#$(hostname)"; # TODO change to just script + drt = "sudo darwin-rebuild test --flake ~/nix-darwin#$(hostname)"; # TODO change to just script }; sessionVariables = { @@ -36,6 +36,8 @@ "history" "sudo" "vi-mode" + "zoxide" + "eza" ]; }; };