I want to use all the functions present in my system
If you usually want to see all of the function in your system, you can simply use tha `function` command:
function
If you pipe the output to a file:
function > $HOME/my_function/current.functions
You can use Bee to register them:
bee -register $HOME/my_function/current.functions
If Bee can find items to import, you should see an output similar to the one below:
Added 4 new elements
Note that you'll need to use the absolute path to these files. Using relative paths might cause unexpected behaviour.