Fix function rename in lower calls.

This commit is contained in:
2025-11-10 17:23:10 -07:00
parent 6607438f85
commit b734f16af1

View File

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