add direnv
stuff
This commit is contained in:
parent
26e0aa3a9f
commit
9c47f36e39
2 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,7 @@ fi
|
|||
export ZSH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
plugins=(
|
||||
direnv
|
||||
fzf
|
||||
git
|
||||
zsh-interactive-cd
|
||||
|
@ -39,3 +40,8 @@ eval "$(atuin init zsh)"
|
|||
# https://github.com/junegunn/fzf
|
||||
eval "$(fzf --zsh)"
|
||||
#endregion fzf
|
||||
|
||||
#region direnv
|
||||
# https://direnv.net
|
||||
eval "$(direnv hook zsh)"
|
||||
#endregion direnv
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
devenv
|
||||
direnv
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue