Migrating functions to separate source file. Commented functions will be removed on next commit

This commit is contained in:
2024-02-24 23:17:25 +00:00
parent bbe0b30222
commit 34f1a5451e
4 changed files with 392 additions and 112 deletions

View File

@@ -136,7 +136,9 @@ fi
if [ -f ~/.bash_docker ]; then
. ~/.bash_docker
fi
if [ -f ~/.bash_functions ]; then
. ~/.bash_functions
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).