feat: claude code support

This commit is contained in:
Greg Hellings
2026-04-13 16:00:26 -05:00
parent 14c7f34108
commit 234f000756
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -69,6 +69,11 @@ def dc [ $cmd: string = "sh" ] {
}
}
def claude [ ] {
unlock
^claude
}
if ("/usr/local/bin" | path exists) {
$env.PATH = $env.PATH | append "/usr/local/bin"
}
@@ -17,6 +17,7 @@
home = {
packages = with pkgs; [
ansible
claude-code
direnv
home-manager
python3Packages.ipython