summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 966dae1..2a83649 100644
--- a/.profile
+++ b/.profile
@@ -115,7 +115,7 @@ export LESS=FRX
# Defaults
alias upcode="find $HOME/.code -name \".git\" -exec fetchgit {} \;"
-alias gc_all="find $HOME/.code -name \".git\" | xargs -I {} -n 1 bash -c \"cd {}; echo {}; git gc --aggressive;\" "
+alias gc_all="find $HOME/.code -name \".git\" | xargs -I {} -n 1 sh -c \"cd {}; echo {}; git gc --aggressive;\" "
## Zstd always uses all cores
if [ "$(command -v zstd)" ]; then