changes
This commit is contained in:
parent
995d5221c3
commit
c181feede2
2 changed files with 3 additions and 3 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 dfrs; then
|
||||
alias df="dfrs"
|
||||
if checkCommand duf; then
|
||||
alias df="duf"
|
||||
fi
|
||||
|
||||
# Replace diff with delta
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a1fadfc52546b6b295d9e439a17d54da460e818b
|
||||
Subproject commit 154001034d30fe85b56b71deb90d9fa466fbddda
|
||||
Loading…
Add table
Reference in a new issue