Update executable_dot_aliasrc
This commit is contained in:
parent
8e6e817286
commit
995d5221c3
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ load_aliases() {
|
|||
alias musl-go="GOBIN=$HOME/bin CGO_ENABLED=1 CC=musl-gcc go install --ldflags '-linkmode external -extldflags=-static'"
|
||||
|
||||
# Replace df with duf
|
||||
if checkCommand duf; then
|
||||
alias df="duf"
|
||||
if checkCommand dfrs; then
|
||||
alias df="dfrs"
|
||||
fi
|
||||
|
||||
# Replace diff with delta
|
||||
|
|
Loading…
Add table
Reference in a new issue