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:
parent
ea57c0fc60
commit
9867ab3cac
5 changed files with 66 additions and 35 deletions
3
.dotfiles/bash_functions/dot_utility.sh
Normal file
3
.dotfiles/bash_functions/dot_utility.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
function dot_msg {
|
||||
echo "$@"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue