update(direnv): shell aliases
This commit is contained in:
parent
f33257617e
commit
f93af51a90
1 changed files with 4 additions and 0 deletions
|
|
@ -6,4 +6,8 @@
|
|||
enableNushellIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
home.shellAliases = {
|
||||
da = "direnv allow";
|
||||
dr = "direnv reload";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue