mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +01:00
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:
parent
1cede2c75b
commit
e8c2228e76
@ -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";
|
||||
|
@ -40,6 +40,7 @@ in
|
||||
killall
|
||||
trashy
|
||||
hwinfo
|
||||
duf
|
||||
stress
|
||||
hdparm
|
||||
recode
|
||||
|
Loading…
Reference in New Issue
Block a user