bashrc: Added an autosource function that allows us to source other files similar to how you would import python modules

This commit is contained in:
Gregor Bückendorf 2019-05-18 15:30:55 +02:00
parent ea57c0fc60
commit 9867ab3cac
5 changed files with 66 additions and 35 deletions

View file

@ -0,0 +1,3 @@
function dot_msg {
echo "$@"
}