feat: Add 3rd party libs

This commit is contained in:
Xavier Logerais
2025-01-17 09:14:20 +00:00
parent b05ba3c9a3
commit e39995c5ee
2 changed files with 10 additions and 0 deletions

4
bashrc
View File

@ -26,6 +26,10 @@ source "${BASEDIR}/_helpers.bash"
# Source custom libs
_source_dir_files "${BASEDIR}"/libs
# Source 3rd party libs if they exists
_source_file_if_exists "${BASEDIR}/3rd-party/complete-alias/complete_alias"
# _source_file_if_exists "${BASEDIR}/3rd-party/z/z.sh" # FIX: Problème de gestion de la variable PROMPT_COMMAND
# Early customization
_source_dir_files "${BASEDIR}"/rc.before.d