fix df?
This commit is contained in:
parent
dabbdc466e
commit
20518f86a0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ load_aliases() {
|
|||
|
||||
# Replace df with duf
|
||||
if checkCommand duf; then
|
||||
alias df="duf"
|
||||
alias df="dfrs"
|
||||
fi
|
||||
|
||||
# Replace diff with delta
|
||||
|
|
Loading…
Add table
Reference in a new issue