mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02: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";
|
dl = "yt-dlp";
|
||||||
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'";
|
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'";
|
||||||
df = "df --human-readable --total";
|
|
||||||
du = "du --human-readable --summarize";
|
|
||||||
jis = "recode shift_jis..utf8";
|
jis = "recode shift_jis..utf8";
|
||||||
utf16 = "recode utf16..utf8";
|
utf16 = "recode utf16..utf8";
|
||||||
jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8";
|
jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8";
|
||||||
|
@ -40,6 +40,7 @@ in
|
|||||||
killall
|
killall
|
||||||
trashy
|
trashy
|
||||||
hwinfo
|
hwinfo
|
||||||
|
duf
|
||||||
stress
|
stress
|
||||||
hdparm
|
hdparm
|
||||||
recode
|
recode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user