feat: make direnv reload and allow aliases dr and da
This commit is contained in:
parent
acecc56229
commit
e826d26833
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
|
@ -189,6 +189,8 @@
|
|||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
"dr" = "direnv reload";
|
||||
"da" = "direnv allow";
|
||||
"nfu" = "nix flake update";
|
||||
"c" = "claude";
|
||||
"." = "z ..";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue