shell: Replace df with duf

Also removes du since it's easier to read the results of gdu, especially
on smaller devices like the PinePhone.
This commit is contained in:
Donovan Glover 2024-08-16 12:53:30 -04:00
parent 1cede2c75b
commit e8c2228e76
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,6 @@
dl = "yt-dlp";
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'";
df = "df --human-readable --total";
du = "du --human-readable --summarize";
jis = "recode shift_jis..utf8";
utf16 = "recode utf16..utf8";
jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8";

View File

@ -40,6 +40,7 @@ in
killall
trashy
hwinfo
duf
stress
hdparm
recode