diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-02-09 10:37:14 -0800 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-02-09 10:37:14 -0800 |
commit | ee48add934eef129b1fae60c873755e015a89bc5 (patch) | |
tree | 018b605c24fd17c1f0e8edb5de543a8827605aca /.profile | |
parent | 0f04484527a44be3687b2ee30442f3f7e0c4ad5c (diff) | |
download | dotfiles-ee48add934eef129b1fae60c873755e015a89bc5.tar.gz dotfiles-ee48add934eef129b1fae60c873755e015a89bc5.zip |
sh: syntax error in gc_all
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 == |