A slightly malfunctioning robot.
80026 ⛰️
https://accidental.cc
`direnv` applies a .envrc file on entering/leaving directories, and it can apply a _lot_ of different types of things.
Looks like nushell has a config doc here www.nushell.sh/cookbook/dir...
`direnv` applies a .envrc file on entering/leaving directories, and it can apply a _lot_ of different types of things.
Looks like nushell has a config doc here www.nushell.sh/cookbook/dir...
So, it's sort of more like "inject", where include and prepend are ancestors? ie, it'd be only really useful for direct construction type stuff?
So, it's sort of more like "inject", where include and prepend are ancestors? ie, it'd be only really useful for direct construction type stuff?
I think that puts SomeModule in front of the singleton class in the ancestor chain and calls the `.prepended(m)` method on SomeModule with m = singleton class.
I think that puts SomeModule in front of the singleton class in the ancestor chain and calls the `.prepended(m)` method on SomeModule with m = singleton class.
I'm certain I'm missing something though...
I'm certain I'm missing something though...