all repos — nixfiles @ db9f688ce7596d8a25a85599a7eaa6911c60aff4

System and user configuration, managed by nix and home-manager

zsh: Fix typo in previous commit

Alan Pearce
commit

db9f688ce7596d8a25a85599a7eaa6911c60aff4

parent

6a4ee1656eba28db17bafb7e998d86b1353db95d

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M zsh/environment.zshzsh/environment.zsh
@@ -47,6 +47,6 @@ esac
export os -if [[ $commands[direnv] ]] +if [[ -z $commands[direnv] ]] eval "$(direnv hook zsh)" fi