Added 'human' flag to df and free alias.
This commit is contained in:
parent
7c9d6f9756
commit
dabc2053b5
@ -33,6 +33,10 @@ export LS_OPTIONS='--color=auto'
|
|||||||
eval "$(dircolors -b)"
|
eval "$(dircolors -b)"
|
||||||
alias ls='ls $LS_OPTIONS'
|
alias ls='ls $LS_OPTIONS'
|
||||||
|
|
||||||
|
# misc
|
||||||
|
alias df='df -h'
|
||||||
|
alias free='free -ht'
|
||||||
|
|
||||||
# Use vim if available
|
# Use vim if available
|
||||||
if type vim >/dev/null 2>/dev/null; then
|
if type vim >/dev/null 2>/dev/null; then
|
||||||
alias vi=$(which vim)
|
alias vi=$(which vim)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user