This commit is contained in:
Tykayn 2025-01-13 12:00:58 +01:00 committed by tykayn
parent 9ee0d820cb
commit 123aad138c
8 changed files with 30 additions and 35 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
# variables globales qui seront importées dans chaque terminal ouvert par l'utilisateur
# variables globales qui seront importées dans chaque terminal ouvert par l'utilisateur
if [ "$debug" = true ]; then
echo "# chargement des variables de public workflow ..."
fi
@ -48,7 +48,7 @@ export today=`date` # to log current time
export ARCHIVE_SYNCABLE=$stockage_syncable_folder # place where we have our things sorted, other than home
export BORG_PASSCOMMAND="cat $ARCHIVE_SYNCABLE/.tk-borg-passphrase-light" # get the borg repo pass
export a_dispatcher="$ARCHIVE_SYNCABLE/photos/a_dispatcher" # dossier où sont stockées les photos en provenance du smartphone
export a_dispatcher="$ARCHIVE_SYNCABLE/photos/a_dispatcher" # dossier où sont stockées les photos en provenance du smartphone
export PHOTOS_TO_DISPATCH="$a_dispatcher"
export PHOTOS_FOLDER="$ARCHIVE_SYNCABLE/photos/"
@ -70,7 +70,7 @@ export CURRENT_YEAR=$(date +%Y)
export PATH=$WORKFLOW_PATH:$PATH
########## colors for logging #########
########## colors for logging #########
# https://wiki.archlinux.org/title/Bash/Prompt_customization#List_of_colors_for_prompt_and_Bash
#
# echo -e "${txtred}asd${txtwht}"