use local claude if available

This commit is contained in:
sloane 2025-11-24 12:05:26 -05:00
parent fea08c5b80
commit 62a693fc18
No known key found for this signature in database

View file

@ -57,6 +57,11 @@
programs.fish = { programs.fish = {
enable = true; enable = true;
shellInit = ''
if test -d ~/.claude/local
fish_add_path ~/.claude/local
end
'';
interactiveShellInit = '' interactiveShellInit = ''
fish_vi_key_bindings fish_vi_key_bindings