From: Andre Ramnitz Date: Fri, 5 Dec 2025 22:51:05 +0000 (+0100) Subject: fish: update lsblk alias X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=0d3a80edc9462c0ee28f7cff224c10bdc6d2f5f0;p=dotfiles.git fish: update lsblk alias --- diff --git a/dot-config/fish/functions/lsblk.fish b/dot-config/fish/functions/lsblk.fish index fcdbbdac..e94955ac 100644 --- a/dot-config/fish/functions/lsblk.fish +++ b/dot-config/fish/functions/lsblk.fish @@ -1,5 +1,5 @@ function lsblk --description 'alias lsblk=lsblk -o name,size,uuid,fstype,mountpoints,label' - command lsblk -o name,size,partuuid,fstype,mountpoints,label $argv + command lsblk -lo name,mountpoints,fstype,size,fsavail,fsuse%,partuuid,label $argv end