BASHrc Upgrades, Backup Script, DWM Enhancements, Hugo Helpers, Branch Controls #7

Merged
me merged 112 commits from dev into main 2025-12-01 09:50:55 -07:00
Showing only changes of commit b734f16af1 - Show all commits

View File

@@ -22,14 +22,14 @@ alias storage='echo -n "Root: " && storage-display "/" && echo -n "Home: " && st
export dwm_storage_style="usage" export dwm_storage_style="usage"
function storage-root { function storage-root {
storage / "$1" storage-display / "$1"
} }
function storage-root-dwm { function storage-root-dwm {
storage-root "$dwm_storage_style" storage-root "$dwm_storage_style"
} }
function storage-home { function storage-home {
storage /home "$1" storage-display /home "$1"
} }
function storage-home-dwm { function storage-home-dwm {
storage-root "$dwm_storage_style" storage-root "$dwm_storage_style"