Fix typo in zsh config

This commit is contained in:
Evie Litherland-Smith 2024-02-11 07:01:58 +00:00
parent e0c2577138
commit 9e272fddbe

View file

@ -12,6 +12,6 @@
plugins = ["colored-man-pages" "lol" "rand-quote"];
theme = "";
};
extraInit = "source ${./transient.zsh}\n";
initExtra = "source ${./transient.zsh}\n";
};
}