direnv
This commit is contained in:
parent
527948d845
commit
f4984704f9
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ in {
|
|||
bash
|
||||
bat
|
||||
emacs-nox
|
||||
direnv
|
||||
fd
|
||||
fzf
|
||||
git
|
||||
|
@ -64,6 +65,7 @@ precmd_user_func = "title"
|
|||
. "$(fzf-share)/key-bindings.bash"
|
||||
. "$(fzf-share)/completion.bash"
|
||||
. <(z --init bash)
|
||||
. <(direnv hook bash)
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
|
@ -87,4 +89,5 @@ precmd_user_func = "title"
|
|||
'';
|
||||
|
||||
services.resolved.enable = true;
|
||||
services.lorri.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue