From 137cfc1f0dbb3e2f9772fb2828c18b1a780717a4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 8 Apr 2025 10:06:39 -0500 Subject: [PATCH] adding any nix shell to fish --- home/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/home.nix b/home/home.nix index 4779092..85f7d9d 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1194,6 +1194,8 @@ in { bind -M insert '$' __history_previous_command_arguments end + ${pkgs.any-nix-shell}/bin/any-nix-shell fish --info-right | source + starship init fish | source '';