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

@ -43,7 +43,7 @@ if [ -z ${load_only_once+x} ]; then
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/"
@ -64,7 +64,7 @@ if [ -z ${load_only_once+x} ]; then
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}"