add shell init path

This commit is contained in:
2025-12-19 15:37:16 -05:00
parent 1cbfb37409
commit 7a3c83f088

View File

@@ -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