add drop-in directory for bashrc files - ~/.bashrc.d #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Extend the ansible role to create a directory named
.bashrc.d
inside the unix users home directory. Inside this directory can other roles place some shell scripts to extend the user's bash functionality like aliases or functions.