[shell] Add dysk as alternative to df
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user