feat: support bashrc aliases, envs and functions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-02 19:20:05 +01:00
parent 75fea198c2
commit 5907f1617a
4 changed files with 67 additions and 0 deletions

View File

@ -25,6 +25,18 @@ unix_users: {}
# home: /home/alice
# btrfs: false
# shell: /bin/bash
# shell_rc_files:
# - file: "/home/alice/.bashrc.d"
# aliases:
# - key: "dcd"
# value: "docker-compose down"
# envs:
# - export: true
# key: "PATH"
# value: "${XDG_BIN_DIR}:${PATH}"
# functions:
# - name: "foo"
# value: "echo \"bar\""
# group: alice
# groups: []
# password: ""