Update executable_dot_aliasrc

This commit is contained in:
mira 2023-12-14 14:31:29 -05:00
parent 8e6e817286
commit 995d5221c3

View file

@ -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