I want to import a friend's list of aliases, functions and scripts
If a friend or coworker has shared their common aliases, functions or scripts as a sources.json
file, you
can import them as such:
bee -source /path/to/local/or/remote/friends/sources.json
Bee will make sure to register all of the sources in that file and deal with any duplicates.
You can learn more about exporting here.
Ideally, the paths you want to import are all accessible through a network. Another user's local paths won't work on
your machine.