feat: add direnv
This commit is contained in:
parent
92ff5d3511
commit
4f2635bc01
7
zsh.nix
7
zsh.nix
@ -5,6 +5,11 @@
|
|||||||
# enableZshIntegration = true;
|
# enableZshIntegration = true;
|
||||||
# };
|
# };
|
||||||
#
|
#
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true; # see note on other shells below
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
@ -45,6 +50,8 @@
|
|||||||
# fi
|
# fi
|
||||||
|
|
||||||
# eval $(thefuck --alias)
|
# eval $(thefuck --alias)
|
||||||
|
eval "$(direnv hook zsh)"
|
||||||
|
|
||||||
|
|
||||||
# Basic auto/tab complete:
|
# Basic auto/tab complete:
|
||||||
autoload -U compinit
|
autoload -U compinit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user