From e4bda67f86664d5790bf8cfe4bad78da56a2880e Mon Sep 17 00:00:00 2001 From: vanten-s Date: Tue, 26 Mar 2024 17:01:59 +0100 Subject: [PATCH] added direnv --- dotfiles/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 598ecfa..2a64a87 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -29,3 +29,5 @@ alias nix-shell='nix-shell --run zsh' autoload -U colors && colors PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " +eval "$(direnv hook zsh)" +