We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cdcab commit f8c306cCopy full SHA for f8c306c
CHANGELOG.md
@@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
6
7
## patches
8
9
+- `claude`: alias work versions for the latest models provided kind 2026-03-03
10
- `darwin`: increase mouse driver cursor pointer icon size for view 2026-03-01
11
- `tree`: list directories and contents as leafs on branches aliked 2026-02-26
12
- `sops`: rotate token for quintus github runner with twelve months 2026-02-24
machines/work/home.nix
@@ -3,4 +3,7 @@
3
imports = [
4
./programs/git
5
];
+ programs.zsh.shellAliases = {
+ claude = "slack-claude";
+ };
}
0 commit comments