diff options
Diffstat (limited to '.local/bin/status/sb-disk')
-rwxr-xr-x | .local/bin/status/sb-disk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/status/sb-disk b/.local/bin/status/sb-disk index 0c0f2cf..527a1d1 100755 --- a/.local/bin/status/sb-disk +++ b/.local/bin/status/sb-disk @@ -1,6 +1,6 @@ #!/bin/sh -echo -n "^c#d3869b^ " +echo -n "^c#d3869b^ " df=$(df -h -T | grep '/$') if echo "$df" | grep zfs >/dev/null 2>&1; then zpool list $(echo $df | sed 's/\/.*//') | tail -n1 | awk '{print $3"/"$2}' |