2023-08-15 22:23:40 +02:00
|
|
|
|
#!/bin/bash
|
|
|
|
|
# these bash aliases are meant to be added in your user folder,
|
|
|
|
|
# in a file named: .bash_aliases (with the dot at the beginning)
|
|
|
|
|
# done for my blog http://www.cipherbliss.com
|
2023-08-17 10:06:40 +02:00
|
|
|
|
#
|
|
|
|
|
# load variables
|
2024-02-14 16:41:33 +01:00
|
|
|
|
echo " chargement de bash aliases"
|
2023-08-17 10:06:40 +02:00
|
|
|
|
source ~/Nextcloud/ressources/workflow_nextcloud/public_workflow/workflow_variables.sh
|
|
|
|
|
source $WORKFLOW_PATH_PUBLIC/install/.bash_custom_aliases
|