1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-07 03:53:41 +05:30

Updated df to show human values

This commit is contained in:
Pratik
2020-02-08 23:21:06 +05:30
parent 3b3c643289
commit a154461e3d
4 changed files with 18 additions and 6 deletions
+1
View File
@@ -37,6 +37,7 @@ alias la='lsc -A'
alias l='lsc -CF'
alias lsa="lsc -lAFhZ"
alias mkdir="mkdir -pv"
alias df="df -h"
dir_size(){
local dir
if [[ -z "$1" ]]; then