bashrc: built the structure to add utility functions for the bashrc in the future.
This commit is contained in:
parent
6d1f8e626e
commit
d60da53caf
2 changed files with 12 additions and 1 deletions
3
.dotfiles/bash_functions.sh
Normal file
3
.dotfiles/bash_functions.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
function dot_msg {
|
||||
echo "$@"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue