diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-22 09:37:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-22 09:37:25 +0200 |
| commit | 5b34df93be436187227a52cbcc99947d740b45cf (patch) | |
| tree | a194c7ff4e7ce23c1062d0cdc8cfffafc7cbbe35 | |
| parent | d2d1316fc94f11cb6203453cb99728d29c330b67 (diff) | |
this is so cool
| -rw-r--r-- | dotfiles/fish/conf.d/utils.fish | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/fish/conf.d/utils.fish b/dotfiles/fish/conf.d/utils.fish index ae20162..168377e 100644 --- a/dotfiles/fish/conf.d/utils.fish +++ b/dotfiles/fish/conf.d/utils.fish @@ -1,11 +1,11 @@ -function fullest_h - df -h | sort -n -k 5 -end - function fullest_i df -i | sort -n -k 5 end +function fullest_h + df -h | sort -n -k 5 +end + function usortn sort | uniq -c | sort -n end |
