feat: add a alias "c" for claude
This commit is contained in:
parent
fb7f3b5d15
commit
5768b554e3
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -204,6 +204,7 @@
|
|||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
"c" = "claude";
|
||||
"." = "z ..";
|
||||
".." = "z ..";
|
||||
j = "jj";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue