feat(zsh): enable direnv hook
parent
42a28b9fe3
commit
9985fb2418
|
@ -113,7 +113,7 @@
|
|||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "sudo" "tmux" "vi-mode" ];
|
||||
plugins = [ "git" "direnv" "tmux" "vi-mode" ];
|
||||
theme = "intheloop";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue