feat(zsh): enable direnv hook
This commit is contained in:
parent
42a28b9fe3
commit
9985fb2418
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "sudo" "tmux" "vi-mode" ];
|
||||
plugins = [ "git" "direnv" "tmux" "vi-mode" ];
|
||||
theme = "intheloop";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue