feat: claude code support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user