General Enhancements #4

Merged
me merged 64 commits from dev into main 2025-06-16 12:33:16 -07:00
Showing only changes of commit 79050c8ba6 - Show all commits

View File

@ -172,6 +172,7 @@
unset goodbye
unset only_sys
unset only_flat
while getopts ":hygsf" opt; do
case $opt in
h) echo -e "$usage"
@ -588,6 +589,8 @@
- name: General | Account Management | Users | Files | Common Variable
set_fact:
rc_common: |
# Fixes "command not found" when using aliases within functions.
shopt -s expand_aliases
{{ export_path_additions }}
{{ alias_cp }}
{{ alias_mv }}