Fixes & Enhancements #6

Merged
me merged 35 commits from dev into main 2025-10-14 15:01:21 -07:00
Showing only changes of commit c0ba27e782 - Show all commits

View File

@@ -846,6 +846,12 @@
unset OLD NEW
}
alias upgrade-debian="debian-upgrade"
function_ebook_convert: |
function ebook-convert {
find ~/Code/ebook-* -name convert.sh -print -exec bash "{}" \;
}
alias ebooks="ebook-convert"
alias convert="ebook-convert"
- name: General | Account Management | Users | Files | Common Variable
set_fact:
@@ -917,6 +923,7 @@
{{ function_now }}
{{ function_backup }}
{{ function_debian_upgrade }}
{{ function_ebook_convert }}
- name: General | Account Management | Users | Files | .bashrc
blockinfile: