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