This commit is contained in:
ArgentumCation 2023-12-16 14:58:48 -05:00
parent 995d5221c3
commit c181feede2
2 changed files with 3 additions and 3 deletions

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'" alias musl-go="GOBIN=$HOME/bin CGO_ENABLED=1 CC=musl-gcc go install --ldflags '-linkmode external -extldflags=-static'"
# Replace df with duf # Replace df with duf
if checkCommand dfrs; then if checkCommand duf; then
alias df="dfrs" alias df="duf"
fi fi
# Replace diff with delta # Replace diff with delta

@ -1 +1 @@
Subproject commit a1fadfc52546b6b295d9e439a17d54da460e818b Subproject commit 154001034d30fe85b56b71deb90d9fa466fbddda