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
|
bash
|
||||||
bat
|
bat
|
||||||
emacs-nox
|
emacs-nox
|
||||||
|
direnv
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
git
|
git
|
||||||
|
@ -64,6 +65,7 @@ precmd_user_func = "title"
|
||||||
. "$(fzf-share)/key-bindings.bash"
|
. "$(fzf-share)/key-bindings.bash"
|
||||||
. "$(fzf-share)/completion.bash"
|
. "$(fzf-share)/completion.bash"
|
||||||
. <(z --init bash)
|
. <(z --init bash)
|
||||||
|
. <(direnv hook bash)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
@ -87,4 +89,5 @@ precmd_user_func = "title"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
|
services.lorri.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue