This repository contains a collection of custom bash aliases.
To use these aliases, run the following command in your terminal:
echo 'source $(pwd)/aliases' >> ~/.bashrcThen, reload your .bashrc file:
source ~/.bashrcTo remove the aliases, you will need to remove the line added to your .bashrc file and then delete the aliases file.