From c8c1f319b3eac78fed50247b7122a06dbc538891 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Mon, 20 Nov 2023 13:04:04 +0530 Subject: [PATCH] Sets custom $PATH for fish --- programs/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/fish.nix b/programs/fish.nix index 1c58eb3..7841a7a 100644 --- a/programs/fish.nix +++ b/programs/fish.nix @@ -29,6 +29,7 @@ shellInit = '' # nix fenv source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh + fish_add_path -m ~/.local/bin ~/.cabal/bin ''; }; }