fix: suppoer relative and absolute paths
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-02 22:32:44 +01:00
parent 5907f1617a
commit 804eb02075
2 changed files with 12 additions and 7 deletions

View File

@ -26,7 +26,7 @@ unix_users: {}
# btrfs: false
# shell: /bin/bash
# shell_rc_files:
# - file: "/home/alice/.bashrc.d"
# - file: "/home/alice/.bashrc.d/docker.bashrc" # absolute or relative path to home dir
# aliases:
# - key: "dcd"
# value: "docker-compose down"