diff --git a/main.aliases b/main.aliases new file mode 100644 index 0000000..ca746ee --- /dev/null +++ b/main.aliases @@ -0,0 +1,4 @@ +# The Contents of this file will be directly related to the functioning of the alias files + +# Reload bashrc which then sources this file +alias alias-reload='source ~/.bashrc && echo "Reloaded ~/.bashrc"'