Skip to content

Commit f8c306c

Browse files
committed
claude: alias work versions for the latest models provided kind
1 parent a4cdcab commit f8c306c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66

77
## patches
88

9+
- `claude`: alias work versions for the latest models provided kind 2026-03-03
910
- `darwin`: increase mouse driver cursor pointer icon size for view 2026-03-01
1011
- `tree`: list directories and contents as leafs on branches aliked 2026-02-26
1112
- `sops`: rotate token for quintus github runner with twelve months 2026-02-24

machines/work/home.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
imports = [
44
./programs/git
55
];
6+
programs.zsh.shellAliases = {
7+
claude = "slack-claude";
8+
};
69
}

0 commit comments

Comments
 (0)