I have this:
user_dir: /home/user user_pics: /home/user/pics
How could I use the user_dir for user_pics? If I have to specify
user_dir
I would use an array, then join the string together with the current OS Separator Symbol
like this:
default: &default_path "you should not use paths in config" pictures: - *default_path - pics