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"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
ZSH_THEME="powerlevel10k/powerlevel10k"
|
ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||||
plugins=(
|
plugins=(
|
||||||
|
direnv
|
||||||
fzf
|
fzf
|
||||||
git
|
git
|
||||||
zsh-interactive-cd
|
zsh-interactive-cd
|
||||||
|
@ -39,3 +40,8 @@ eval "$(atuin init zsh)"
|
||||||
# https://github.com/junegunn/fzf
|
# https://github.com/junegunn/fzf
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
#endregion fzf
|
#endregion fzf
|
||||||
|
|
||||||
|
#region direnv
|
||||||
|
# https://direnv.net
|
||||||
|
eval "$(direnv hook zsh)"
|
||||||
|
#endregion direnv
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
devenv
|
devenv
|
||||||
|
direnv
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue