From ad27dbd7323ce448d732b8541662d7b923088382 Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Tue, 11 Feb 2025 21:45:50 -0600
Subject: [PATCH] fish: add abbr

Signed-off-by: Myned <dev@bjork.tech>
---
 options/custom/programs/fish.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/options/custom/programs/fish.nix b/options/custom/programs/fish.nix
index 5ed6b03..46398de 100644
--- a/options/custom/programs/fish.nix
+++ b/options/custom/programs/fish.nix
@@ -158,6 +158,7 @@ in {
 
             n = "nix";
             nb = "nix build";
+            nd = "nix develop";
             nf = "nix flake";
             nfi = "nix flake info";
             nfl = "nix flake lock";