From 234f000756db50647f6e6ad34b734748b3ab9cd8 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 13 Apr 2026 16:00:26 -0500 Subject: [PATCH] feat: claude code support --- home/baseline/nushell/functions.nu | 5 +++++ home/hosts/gregory.hellings-mbp/default.nix | 1 + 2 files changed, 6 insertions(+) diff --git a/home/baseline/nushell/functions.nu b/home/baseline/nushell/functions.nu index 288397a..8812b58 100644 --- a/home/baseline/nushell/functions.nu +++ b/home/baseline/nushell/functions.nu @@ -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" } diff --git a/home/hosts/gregory.hellings-mbp/default.nix b/home/hosts/gregory.hellings-mbp/default.nix index fa923c4..2316fd9 100644 --- a/home/hosts/gregory.hellings-mbp/default.nix +++ b/home/hosts/gregory.hellings-mbp/default.nix @@ -17,6 +17,7 @@ home = { packages = with pkgs; [ ansible + claude-code direnv home-manager python3Packages.ipython