Fix function rename in lower calls.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user