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 = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
"c" = "claude";
|
||||||
"." = "z ..";
|
"." = "z ..";
|
||||||
".." = "z ..";
|
".." = "z ..";
|
||||||
j = "jj";
|
j = "jj";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue