use local claude if available
This commit is contained in:
parent
fea08c5b80
commit
62a693fc18
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue