📝 Adjusted free alias

This commit is contained in:
z3rOR0ne 2022-08-27 16:26:34 -07:00
parent 483ab802e2
commit 4f76ec7166

View file

@ -8,7 +8,7 @@ alias egrep='egrep --colour=auto'
alias fgrep='fgrep --colour=auto'
alias cp="cp -i"
alias df='df -h'
alias free='free -m'
alias free='free -mh'
alias dmesg="doas dmesg -H"
alias blkid="doas blkid"
alias kernel="uname -r"