From 7a3c83f088711194c3949d8ad4b3431e6865248a Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Fri, 19 Dec 2025 15:37:16 -0500 Subject: [PATCH] add shell init path --- home/shell.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home/shell.nix b/home/shell.nix index 7222977..7b07646 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -1,9 +1,11 @@ {pkgs, lib, ...}: { programs.fish = { enable = true; - # initExtra = '' - # export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin" - # ''; + shellInit = '' + if test -d $HOME/.krew/bin + set -gx PATH $HOME/.krew/bin $PATH + end + ''; shellAliases = { # ls aliases