commit 721b625b03ba59d9b8bdbe1296aa95f97da39117 parent 316331e025b612c8d994596e883f7ee08182d0eb Author: Sven Möller <sven-moeller@outlook.de> Date: Sun, 12 Dec 2021 20:56:16 +0100 human-readable Diffstat:
M | bash/.bashrc | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bash/.bashrc b/bash/.bashrc @@ -1 +1,3 @@ alias ls="ls --human-readable --color=auto" +alias df="df --human-readable" +alias du="du --human-readable"