[shell] Add dysk as alternative to df

This commit is contained in:
2025-05-09 10:31:37 -07:00
parent bedce7a93c
commit d814aa9465

View File

@@ -23,6 +23,7 @@
ranger
ueberzugpp # for image previews
w3m # terminal browser for image previews
dysk # better disk info
# Networking
dnsutils
@@ -40,6 +41,8 @@
home.shellAliases = {
"p?" = "ps ax | grep";
# Dysk is basically just better.
"df" = "dysk";
};
programs.zsh = {