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 other properties like this, it would not be very DRY.
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 other properties like this, it would not be very DRY.