GitHub

I want to use all the aliases and functions present in my .bashrc, .zshrc or similar files


If you want to quickly use the aliases and functions that are already stored in your .bashrc, .zshrc or any such file, all you need to do is register the file with Bee:

bee --register $HOME/.bashrc

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.