From a4fed89f854a89e11d31df8d02c0a07f28246ea6 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 28 Jun 2024 19:18:43 +0200 Subject: [PATCH] chore(fish): add nix bin to path --- fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fish/config.fish b/fish/config.fish index e952d7c..818baaf 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -95,6 +95,8 @@ if test -f $nix_path bass source $nix_path end +set --export PATH /run/current-system/sw/bin $PATH + # Zoxide zoxide init fish | source