importpw / import

`import` is a simple and fast module system for Bash and other Unix shells
https://import.sh
MIT License
338 stars 10 forks source link

GraphicsMagick installs an `import` binary #22

Open TooTallNate opened 5 years ago

TooTallNate commented 5 years ago

So . "$(which import)" ends up erroring out 😒

/cc @joecohens

TooTallNate commented 4 years ago

I think we'll need to solve this with documentation for workarounds. For example, giving the file a different name (import.sh) or sticking with the eval bootstrapping method.