summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-02-09 10:37:14 -0800
committerTyler Davis <tyler@gluecode.net>2024-02-09 10:37:14 -0800
commitee48add934eef129b1fae60c873755e015a89bc5 (patch)
tree018b605c24fd17c1f0e8edb5de543a8827605aca /.profile
parent0f04484527a44be3687b2ee30442f3f7e0c4ad5c (diff)
downloaddotfiles-ee48add934eef129b1fae60c873755e015a89bc5.tar.gz
dotfiles-ee48add934eef129b1fae60c873755e015a89bc5.zip
sh: syntax error in gc_all
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 0a72df9..5058ef0 100644
--- a/.profile
+++ b/.profile
@@ -140,7 +140,7 @@ fi
#alias psc='ps xawf -eo pid,user,cgroup,args'
#alias gdb='gdb -tui'
-alias gc_all="find ~/.code -name \".git$\" | xargs -I {} -n 1 bash -c \"cd {}; echo {}; git gc --aggressive;\" "
+alias gc_all="find ~/.code -name \".git\" | xargs -I {} -n 1 bash -c \"cd {}; echo {}; git gc --aggressive;\" "
#if [ "$TERM" = "tmux-256color" ]; then export TERM=xterm-256color; fi
# == END TOOLS ==